diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 14:00:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 09:01:07 +0200 |
commit | 11679c2c20241b6b3f6f8982b18c822e978ee76b (patch) | |
tree | 980ef354bc89048efb04fe60899ff5cdf84d188a /include/svx/unopool.hxx | |
parent | 5d38824834b68e32062984f30acac7a741eda535 (diff) |
sal_Bool->bool
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
Diffstat (limited to 'include/svx/unopool.hxx')
-rw-r--r-- | include/svx/unopool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx index 98146e5a317c..7d7bd4ed4f68 100644 --- a/include/svx/unopool.hxx +++ b/include/svx/unopool.hxx @@ -49,7 +49,7 @@ public: /** This returns the item pool from the given model, or the default pool if there is no model and bReadOnly is true. If bReadOnly is false and there is no model the default implementation returns NULL. */ - virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw(); + virtual SfxItemPool* getModelPool( bool bReadOnly ) throw(); // overiden helpers from comphelper::PropertySetHelper virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ); |