summaryrefslogtreecommitdiffstats
path: root/include/sfx2/docfac.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 10:22:49 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:34 +0200
commit5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (patch)
tree4c141983d092ef097c09187abb634f2e4a717452 /include/sfx2/docfac.hxx
parentsfx2: sal_Bool->bool (diff)
downloadcore-5fe7ecc04f35ef785510e3ef404f46eb6f05a123.tar.gz
core-5fe7ecc04f35ef785510e3ef404f46eb6f05a123.zip
sfx2: sal_Bool->bool
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r--include/sfx2/docfac.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx
index af0b7f9c98ff..85d25fec608d 100644
--- a/include/sfx2/docfac.hxx
+++ b/include/sfx2/docfac.hxx
@@ -71,7 +71,7 @@ public:
OUString GetFactoryURL() const; // shortcut for "private:factory/GetShortName()"
OUString GetFactoryName() const { return OUString::createFromAscii(pShortName); }
OUString GetModuleName() const;
- SfxFilterContainer *GetFilterContainer( sal_Bool bForceLoad = sal_True) const;
+ SfxFilterContainer *GetFilterContainer( bool bForceLoad = true) const;
// Views
void RegisterViewFactory(SfxViewFactory &rFactory);