summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basdoc.hxx')
-rw-r--r--basctl/source/basicide/basdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx
index 60c899fa014a..0c72add19d5e 100644
--- a/basctl/source/basicide/basdoc.hxx
+++ b/basctl/source/basicide/basdoc.hxx
@@ -40,7 +40,7 @@ protected:
String * pFullTypeName,
String * pShortTypeName,
sal_Int32 nVersion,
- sal_Bool bTemplate = sal_False ) const;
+ sal_Bool bTemplate = false ) const;
public:
TYPEINFO();
@@ -51,7 +51,7 @@ public:
BasicDocShell();
~BasicDocShell();
- SfxPrinter* GetPrinter( sal_Bool bCreate );
+ SfxPrinter* GetPrinter( bool bCreate );
void SetPrinter( SfxPrinter* pPrinter );
};