summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fwkhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/fwkhelper.cxx')
-rw-r--r--sfx2/source/appl/fwkhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fwkhelper.cxx b/sfx2/source/appl/fwkhelper.cxx
index f37eee376bca..64e527c4f4bc 100644
--- a/sfx2/source/appl/fwkhelper.cxx
+++ b/sfx2/source/appl/fwkhelper.cxx
@@ -29,7 +29,7 @@
#include <workwin.hxx>
#include <sfx2/frame.hxx>
-void SAL_CALL RefreshToolbars( css::uno::Reference< css::frame::XFrame > const & xFrame )
+void RefreshToolbars( css::uno::Reference< css::frame::XFrame > const & xFrame )
{
SolarMutexGuard aGuard;
if ( xFrame.is() )