summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent58f0208479c05988c80c19e5af69ce3aa9426dbb (diff)
sal_Bool to bool
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
-rw-r--r--sc/source/ui/inc/docsh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 9d4267157b5b..031387d90677 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -189,7 +189,7 @@ void ScDocShell::FillClass( SvGlobalName* pClassName,
OUString* pFullTypeName,
OUString* pShortTypeName,
sal_Int32 nFileFormat,
- sal_Bool bTemplate /* = sal_False */) const
+ bool bTemplate /* = false */) const
{
if ( nFileFormat == SOFFICE_FILEFORMAT_60 )
{
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 5227a755a42b..900ed6f499e9 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -199,7 +199,7 @@ public:
OUString * pFullTypeName,
OUString * pShortTypeName,
sal_Int32 nFileFormat,
- sal_Bool bTemplate = sal_False ) const;
+ bool bTemplate = false ) const;
virtual sal_Bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
virtual sal_Bool Load( SfxMedium& rMedium );