diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-07 09:15:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-07 13:53:50 +0200 |
commit | 74fdda0cd41d97b6c97d2115584ee48fd552514e (patch) | |
tree | fa29308f180abbd7dec4c16f5603604a15fa079e /sfx2/source/control/thumbnailviewacc.hxx | |
parent | 1eee88dd6bf2c647aa3458d33a5f45c51c024186 (diff) |
sfx2: sal_Bool->bool
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
Diffstat (limited to 'sfx2/source/control/thumbnailviewacc.hxx')
-rw-r--r-- | sfx2/source/control/thumbnailviewacc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/thumbnailviewacc.hxx b/sfx2/source/control/thumbnailviewacc.hxx index aa901065c216..a1847402e903 100644 --- a/sfx2/source/control/thumbnailviewacc.hxx +++ b/sfx2/source/control/thumbnailviewacc.hxx @@ -60,7 +60,7 @@ public: const ::com::sun::star::uno::Any& rOldValue, const ::com::sun::star::uno::Any& rNewValue ); - sal_Bool HasAccessibleListeners() const { return( mxEventListeners.size() > 0 ); } + bool HasAccessibleListeners() const { return( mxEventListeners.size() > 0 ); } static ThumbnailViewAcc* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxData ) throw(); @@ -193,7 +193,7 @@ public: void ParentDestroyed(); - sal_Bool HasAccessibleListeners() const { return( mxEventListeners.size() > 0 ); } + bool HasAccessibleListeners() const { return( mxEventListeners.size() > 0 ); } static ThumbnailViewItemAcc* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxData ) throw(); |