summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 15:35:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 15:35:52 +0100
commitd47ca30f1c9add3969e12ec7b855e68a848a679e (patch)
treeacfcacb8b3d6ca0b12be734aff6fb3122387fbd8 /toolkit
parent6ae226820a3ab9596ceb59e29ebcae843a48d14c (diff)
No need for implGetBounds to be SAL_CALL
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/accessiblecontrolcontext.cxx2
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 ...