summaryrefslogtreecommitdiff
path: root/framework/source/uielement/langselectionstatusbarcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/langselectionstatusbarcontroller.cxx')
-rw-r--r--framework/source/uielement/langselectionstatusbarcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx
index 2494ffacf4bc..cae7756f0276 100644
--- a/framework/source/uielement/langselectionstatusbarcontroller.cxx
+++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx
@@ -112,7 +112,7 @@ public:
// XStatusbarController
virtual void SAL_CALL command( const css::awt::Point& aPos,
::sal_Int32 nCommand,
- ::sal_Bool bMouseEvent,
+ sal_Bool bMouseEvent,
const css::uno::Any& aData ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL click( const css::awt::Point& aPos ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -291,7 +291,7 @@ throw (css::uno::RuntimeException)
void SAL_CALL LangSelectionStatusbarController::command(
const css::awt::Point& aPos,
::sal_Int32 nCommand,
- ::sal_Bool /*bMouseEvent*/,
+ sal_Bool /*bMouseEvent*/,
const css::uno::Any& /*aData*/ )
throw (css::uno::RuntimeException, std::exception)
{