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 /toolkit | |
parent | 6ae226820a3ab9596ceb59e29ebcae843a48d14c (diff) |
No need for implGetBounds to be SAL_CALL
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/accessiblecontrolcontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index 352aa44d65c7..f76793a95521 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -240,7 +240,7 @@ namespace toolkit } - awt::Rectangle SAL_CALL OAccessibleControlContext::implGetBounds( ) throw (RuntimeException) + awt::Rectangle OAccessibleControlContext::implGetBounds( ) throw (RuntimeException) { SolarMutexGuard aSolarGuard; // want to do some VCL stuff here ... |