diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-10 08:35:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-10 08:36:06 +0200 |
commit | 7af850c89664d3c739abd244cb7016b806c0f293 (patch) | |
tree | 7642abfe5d3b39d6e4577579476b8d5e24853943 /toolkit/inc | |
parent | e2723d00b77dc1044e2ba599ba93517af34e1ea5 (diff) |
vcl: sal_Bool -> bool
Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/helper/unowrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index ee967e63dfed..8e131ccddd44 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -52,7 +52,7 @@ public: virtual void ReleaseAllGraphics( OutputDevice* pOutDev ) SAL_OVERRIDE; // Window - virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> GetWindowInterface( Window* pWindow, sal_Bool bCreate ) SAL_OVERRIDE; + virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> GetWindowInterface( Window* pWindow, bool bCreate ) SAL_OVERRIDE; virtual void SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xIFace ) SAL_OVERRIDE; void WindowDestroyed( Window* pWindow ) SAL_OVERRIDE; @@ -75,7 +75,7 @@ public: // Accessibility virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > - CreateAccessible( Menu* pMenu, sal_Bool bIsMenuBar ) SAL_OVERRIDE; + CreateAccessible( Menu* pMenu, bool bIsMenuBar ) SAL_OVERRIDE; private: virtual ~UnoWrapper(); |