diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-10 22:48:41 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-16 09:39:12 +0100 |
commit | 684baef50641a184e138c6e0a73b1a3b51c47ccb (patch) | |
tree | 2d13e4ff9935cd48d22eb8c4a985d2dc8baadba5 /include | |
parent | 58f0208479c05988c80c19e5af69ce3aa9426dbb (diff) |
sal_Bool to bool
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 167706698640..10cd1f7e5780 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -532,7 +532,7 @@ public: */ void SetupStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage, - sal_Int32 nVersion, sal_Bool bTemplate, bool bChart = false ) const; + sal_Int32 nVersion, bool bTemplate, bool bChart = false ) const; ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetStorage(); @@ -583,7 +583,7 @@ public: OUString * pFullTypeName, OUString * pShortTypeName, sal_Int32 nVersion, - sal_Bool bTemplate = sal_False) const = 0; + bool bTemplate = false) const = 0; // change recording and respective passwword protection for Writer and Calc // slots available for Writer: FN_REDLINE_ON, FN_REDLINE_ON |