diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 15:35:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 15:35:52 +0100 |
commit | d47ca30f1c9add3969e12ec7b855e68a848a679e (patch) | |
tree | acfcacb8b3d6ca0b12be734aff6fb3122387fbd8 /basctl/source | |
parent | 6ae226820a3ab9596ceb59e29ebcae843a48d14c (diff) |
No need for implGetBounds to be SAL_CALL
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/inc/accessibledialogcontrolshape.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/accessibledialogwindow.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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(); |