diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-13 10:22:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:34 +0200 |
commit | 5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (patch) | |
tree | 4c141983d092ef097c09187abb634f2e4a717452 /include/sfx2/docfac.hxx | |
parent | c2324940d384186ff02581e49a24ea8235cd584c (diff) |
sfx2: sal_Bool->bool
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r-- | include/sfx2/docfac.hxx | 2 |
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); |