sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19c786bb99d61f7309019a7cccf7e3e2cb179ea9
Author:     Andras Timar <[email protected]>
AuthorDate: Wed May 31 18:57:35 2023 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Wed May 31 18:57:35 2023 +0200

    fix unused exception parameter 'e'
    
    Change-Id: I5eb599aced398fbd5390fe156b3e09fc2c928f22

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 061a8efc09da..c663198bd796 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -354,7 +354,7 @@ void aboutEvent(std::string msg, const 
accessibility::AccessibleEventObject& aEv
             }
         }
     }
-    catch( const lang::IndexOutOfBoundsException& e )
+    catch( const lang::IndexOutOfBoundsException& )
     {
         SAL_WARN("lok.a11y", "Focused object has invalid index in parent");
     }

Reply via email to