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 --- include/comphelper/accessiblecomponenthelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 implGetBounds -- cgit