include/sfx2/tabdlg.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit de9fb540060af5df629c9c07e21445f4d97fcd71
Author:     Paolo Benvenuto <[email protected]>
AuthorDate: Mon Mar 2 13:38:17 2026 +0100
Commit:     Noel Grandin <[email protected]>
CommitDate: Mon Mar 2 21:22:26 2026 +0100

    tdf#89826: remove unused GetWhichToTabOverrides()
    
    Change-Id: Icda499de5baf1295fea988dced2be14998dc3933
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200816
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 6dd6155b8162..7afe6e914451 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -179,9 +179,6 @@ public:
     }
     const SfxItemSet* GetExampleSet() const override { return 
m_xExampleSet.get(); }
 
-    /// Subclasses can override to provide additional WhichId→tab mappings
-    /// that the access tracker cannot determine correctly.
-    virtual std::map<sal_uInt16, OUString> GetWhichToTabOverrides() const { 
return {}; }
     const std::set<sal_uInt16>& GetInvalidatedWhichIds() const { return 
m_aInvalidatedWhichIds; }
 
     // may provide local slots converted by Map
  • core.git: include/sfx2 Stephan Bergmann (via logerrit)
    • core.git: include/sfx2 Paolo Benvenuto (via logerrit)

Reply via email to