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 /include/comphelper/accessiblecomponenthelper.hxx | |
parent | 6ae226820a3ab9596ceb59e29ebcae843a48d14c (diff) |
No need for implGetBounds to be SAL_CALL
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
Diffstat (limited to 'include/comphelper/accessiblecomponenthelper.hxx')
-rw-r--r-- | include/comphelper/accessiblecomponenthelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblecomponenthelper.hxx b/include/comphelper/accessiblecomponenthelper.hxx index 86f7585d6f89..b670b4830bad 100644 --- a/include/comphelper/accessiblecomponenthelper.hxx +++ b/include/comphelper/accessiblecomponenthelper.hxx @@ -47,7 +47,7 @@ namespace comphelper protected: /// implements the calculation of the bounding rectangle - still waiting to be overwritten - virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException) = 0; + virtual ::com::sun::star::awt::Rectangle implGetBounds( ) throw (::com::sun::star::uno::RuntimeException) = 0; protected: /** non-virtual versions of the methods which can be implemented using <method>implGetBounds</method> |