summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/unowrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/unowrapper.hxx')
-rw-r--r--include/toolkit/helper/unowrapper.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/toolkit/helper/unowrapper.hxx b/include/toolkit/helper/unowrapper.hxx
index f00977734e29..b5aaa282ded0 100644
--- a/include/toolkit/helper/unowrapper.hxx
+++ b/include/toolkit/helper/unowrapper.hxx
@@ -42,20 +42,20 @@ private:
public:
UnoWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>& rxToolkit );
- virtual void Destroy();
+ virtual void Destroy() SAL_OVERRIDE;
// Toolkit
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit> GetVCLToolkit();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit> GetVCLToolkit() SAL_OVERRIDE;
// Graphics
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics> CreateGraphics( OutputDevice* pOutDev );
- virtual void ReleaseAllGraphics( OutputDevice* pOutDev );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics> CreateGraphics( OutputDevice* pOutDev ) SAL_OVERRIDE;
+ 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 );
- virtual void SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xIFace );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> GetWindowInterface( Window* pWindow, sal_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 );
+ void WindowDestroyed( Window* pWindow ) SAL_OVERRIDE;
void WindowEvent_Move( Window* pWindow );
void WindowEvent_Resize( Window* pWindow );
void WindowEvent_Show( Window* pWindow, bool bShow );
@@ -75,7 +75,7 @@ public:
// Accessibility
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
- CreateAccessible( Menu* pMenu, sal_Bool bIsMenuBar );
+ CreateAccessible( Menu* pMenu, sal_Bool bIsMenuBar ) SAL_OVERRIDE;
private:
virtual ~UnoWrapper();