summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-14 14:43:53 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:26:05 +0200
commit399724aba4b7297a262a775d000ddf4534e38b6c (patch)
tree6d45b2e8e0f597e36f89454db6948740462b4520 /sw
parent96ef76c1b75332e4b8379276e396ea623153644d (diff)
sfx2: sal_Bool->bool
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/uibase/app/swmodule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/app/swmodule.cxx b/sw/source/core/uibase/app/swmodule.cxx
index 115ab46da5cf..7d4c1cd68b27 100644
--- a/sw/source/core/uibase/app/swmodule.cxx
+++ b/sw/source/core/uibase/app/swmodule.cxx
@@ -151,7 +151,7 @@ using namespace ::com::sun::star::uno;
SwModule::SwModule( SfxObjectFactory* pWebFact,
SfxObjectFactory* pFact,
SfxObjectFactory* pGlobalFact )
- : SfxModule( SfxApplication::CreateResManager( "sw" ), sal_False, pWebFact,
+ : SfxModule( SfxApplication::CreateResManager( "sw" ), false, pWebFact,
pFact, pGlobalFact, NULL ),
pModuleConfig(0),
pUsrPref(0),