From d2d95c3495799b36af79e1c67f39dd6000bba501 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Mar 2021 11:28:44 +0000 Subject: drop unneeded DEBUG SetText MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3844494d87992d1a23fee78aaa3b3912cb9fc5f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112008 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/sidebar/LayoutMenu.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 699e6f2befad..ec0feafe5d71 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -170,9 +170,6 @@ LayoutMenu::LayoutMenu ( mxLayoutValueSet->SetColor(sfx2::sidebar::Theme::GetColor(sfx2::sidebar::Theme::Color_PanelBackground)); -#ifdef DEBUG - SetText(OUString("sd:LayoutMenu")); -#endif m_pInitialFocusWidget = mxLayoutValueSet->GetDrawingArea(); } -- cgit v1.2.3