summaryrefslogtreecommitdiff
path: root/sw/inc/wdocsh.hxx
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 /sw/inc/wdocsh.hxx
parent58f0208479c05988c80c19e5af69ce3aa9426dbb (diff)
sal_Bool to bool
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
Diffstat (limited to 'sw/inc/wdocsh.hxx')
-rw-r--r--sw/inc/wdocsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx
index 13600a4ffecc..32f833a69539 100644
--- a/sw/inc/wdocsh.hxx
+++ b/sw/inc/wdocsh.hxx
@@ -44,7 +44,7 @@ public:
OUString * pLongUserName,
OUString * pUserName,
sal_Int32 nFileFormat,
- sal_Bool bTemplate = sal_False ) const;
+ bool bTemplate = false ) const;
sal_uInt16 GetSourcePara()const
{return nSourcePara;}
void SetSourcePara(sal_uInt16 nSet) {nSourcePara = nSet;}