summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-10 22:48:41 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-16 09:39:12 +0100
commit684baef50641a184e138c6e0a73b1a3b51c47ccb (patch)
tree2d13e4ff9935cd48d22eb8c4a985d2dc8baadba5 /basctl
parent58f0208479c05988c80c19e5af69ce3aa9426dbb (diff)
sal_Bool to bool
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basdoc.cxx2
-rw-r--r--basctl/source/basicide/basdoc.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index d682f4e92216..61c0904c2503 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -70,7 +70,7 @@ void DocShell::SetPrinter( SfxPrinter* pPr )
pPrinter.reset(pPr);
}
-void DocShell::FillClass( SvGlobalName*, sal_uInt32*, OUString*, OUString*, OUString*, sal_Int32, sal_Bool bTemplate) const
+void DocShell::FillClass( SvGlobalName*, sal_uInt32*, OUString*, OUString*, OUString*, sal_Int32, bool bTemplate) const
{
(void)bTemplate;
DBG_ASSERT( !bTemplate, "No template for Basic" );
diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx
index e4715458dc83..0606e7ff2ed0 100644
--- a/basctl/source/basicide/basdoc.hxx
+++ b/basctl/source/basicide/basdoc.hxx
@@ -45,7 +45,7 @@ protected:
OUString * pFullTypeName,
OUString * pShortTypeName,
sal_Int32 nVersion,
- sal_Bool bTemplate = false ) const;
+ bool bTemplate = false ) const;
public:
TYPEINFO();