[Libreoffice-commits] core.git: sfx2/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 2 09:10:38 UTC 2021


 sfx2/source/sidebar/PanelTitleBar.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4ff64681820d1b9c5b38015ecb42cba2e56800c3
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Thu Apr 1 23:17:29 2021 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 2 11:09:50 2021 +0200

    TitleBar is no longer InterimItemWindow
    
    Change-Id: Ib8d6a3dc3dfe51baf5a859ff30e3d5cceaee8cde
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113479
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/sidebar/PanelTitleBar.cxx b/sfx2/source/sidebar/PanelTitleBar.cxx
index 47de8e405584..c99672a0f1c5 100644
--- a/sfx2/source/sidebar/PanelTitleBar.cxx
+++ b/sfx2/source/sidebar/PanelTitleBar.cxx
@@ -46,9 +46,6 @@ PanelTitleBar::PanelTitleBar(const OUString& rsTitle,
 
     UpdateExpandedState();
 
-#ifdef DEBUG
-    SetText(OUString("PanelTitleBar"));
-#endif
 }
 
 void PanelTitleBar::SetTitle(const OUString& rsTitle)


More information about the Libreoffice-commits mailing list