svtools/source/uno/statusbarcontroller.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2441344bf1e8586a1ce181e73504fde0f9d2282e
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Thu Feb 1 22:54:53 2024 +0100
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Fri Feb 2 10:07:23 2024 +0100

    tdf#91914 - Open available options through status bar using single click
    
    Enable one-click access to available options in Calc through the status
    bar, ensuring consistency with Writer and other applications.
    
    Change-Id: Ia6c52ed9ae6e316a69f9aad9e80384cfa18feb47
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162916
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>
    Tested-by: Andreas Heinisch <andreas.heini...@yahoo.de>
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/svtools/source/uno/statusbarcontroller.cxx 
b/svtools/source/uno/statusbarcontroller.cxx
index 5baa311e9a4a..3bf6de2cf103 100644
--- a/svtools/source/uno/statusbarcontroller.cxx
+++ b/svtools/source/uno/statusbarcontroller.cxx
@@ -312,10 +312,6 @@ void SAL_CALL StatusbarController::paint(
 }
 
 void SAL_CALL StatusbarController::click( const css::awt::Point& )
-{
-}
-
-void SAL_CALL StatusbarController::doubleClick( const css::awt::Point& )
 {
     SolarMutexGuard aSolarMutexGuard;
 
@@ -326,6 +322,10 @@ void SAL_CALL StatusbarController::doubleClick( const 
css::awt::Point& )
     execute( aArgs );
 }
 
+void SAL_CALL StatusbarController::doubleClick( const css::awt::Point& )
+{
+}
+
 void StatusbarController::addStatusListener( const OUString& aCommandURL )
 {
     Reference< XDispatch >       xDispatch;

Reply via email to