From d47ca30f1c9add3969e12ec7b855e68a848a679e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Mar 2014 15:35:52 +0100 Subject: No need for implGetBounds to be SAL_CALL Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88 --- basctl/source/inc/accessibledialogcontrolshape.hxx | 2 +- basctl/source/inc/accessibledialogwindow.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl/source') diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx index 4d424d101f28..5d4d450095bd 100644 --- a/basctl/source/inc/accessibledialogcontrolshape.hxx +++ b/basctl/source/inc/accessibledialogcontrolshape.hxx @@ -81,7 +81,7 @@ protected: virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ); // OCommonAccessibleComponent - virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::awt::Rectangle implGetBounds( ) throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; // XComponent virtual void SAL_CALL disposing(); diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx index 597ed7d89cea..4a793df13c56 100644 --- a/basctl/source/inc/accessibledialogwindow.hxx +++ b/basctl/source/inc/accessibledialogwindow.hxx @@ -103,7 +103,7 @@ protected: virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ); // OCommonAccessibleComponent - virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::awt::Rectangle implGetBounds( ) throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; // XComponent virtual void SAL_CALL disposing(); -- cgit