sc/source/ui/Accessibility/AccessibleContextBase.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1b7912eee3e2fbf68ab8d0a4ac5b8b908776bcea
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Apr 9 15:41:04 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Apr 10 19:44:14 2025 +0200

    sc a11y: Drop obsolete commented code
    
    Commented since
    
        commit 95b1fd019e01babaa6dfc3526a6ed958fe4765f3
        Author: Sascha Ballach <s...@openoffice.org>
        Date:   Thu Jun 13 11:26:31 2002 +0000
    
            #99751#; some little fixes
    
    with the comment that his is not necessary, so just drop it
    altogether.
    
    Change-Id: Id4559db3a9fcae561b86e1b67809cfbfaf9ef6fd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183939
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx 
b/sc/source/ui/Accessibility/AccessibleContextBase.cxx
index 1b5dcbb00dec..c17991bc9e0d 100644
--- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx
+++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx
@@ -68,7 +68,6 @@ void ScAccessibleContextBase::Init()
 void SAL_CALL ScAccessibleContextBase::disposing()
 {
     SolarMutexGuard aGuard;
-//  CommitDefunc(); not necessary and should not be send, because it cost a 
lot of time
 
     // hold reference to make sure that the destructor is not called
     uno::Reference< XAccessibleContext > xKeepAlive(this);

Reply via email to