summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/unowrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/unowrapper.hxx')
-rw-r--r--toolkit/inc/helper/unowrapper.hxx4
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();