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/unomod.hxx | |
parent | 358be80f65d335910a4add147cd15e35d3505afd (diff) |
svx: sal_Bool->bool
Change-Id: I8cee08b48660c850e32c061dde0b0e3fdde38349
Diffstat (limited to 'include/svx/unomod.hxx')
-rw-r--r-- | include/svx/unomod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx index 048ab88c6677..671e05eca094 100644 --- a/include/svx/unomod.hxx +++ b/include/svx/unomod.hxx @@ -51,7 +51,7 @@ public: true if the SdrHint could be translated to an EventObject<br> false if not */ - static sal_Bool createEvent( const SdrModel* pDoc, const SdrHint* pSdrHint, ::com::sun::star::document::EventObject& aEvent ); + static bool createEvent( const SdrModel* pDoc, const SdrHint* pSdrHint, ::com::sun::star::document::EventObject& aEvent ); protected: ~SvxUnoDrawMSFactory() {} |