diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-11 11:17:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:31 +0200 |
commit | 86ffac74e3e0a725abe6b0f79946b3381828bc8e (patch) | |
tree | b4e38b61202b3bd1ca0e0929e5da3bb0d18be68e /include/svx/unomaster.hxx | |
parent | 358be80f65d335910a4add147cd15e35d3505afd (diff) |
svx: sal_Bool->bool
Change-Id: I8cee08b48660c850e32c061dde0b0e3fdde38349
Diffstat (limited to 'include/svx/unomaster.hxx')
-rw-r--r-- | include/svx/unomaster.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomaster.hxx b/include/svx/unomaster.hxx index d0cbb0925b1d..3f2c661c80cc 100644 --- a/include/svx/unomaster.hxx +++ b/include/svx/unomaster.hxx @@ -33,7 +33,7 @@ class SvxShapeMaster { public: - virtual sal_Bool queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& aAny ) = 0; + virtual bool queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& aAny ) = 0; virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) = 0; virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) |