From 282fce96b24d0b918a302811891b7d584954a7bc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Dec 2016 14:32:43 +0100 Subject: Useless namespace around a #define Change-Id: Ife6c034a2303ff7cd3ece615b690a14dc8ac3463 --- svx/source/sidebar/line/LinePropertyPanel.hxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx index 57f16c0b5142..ae3bec300bf0 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.hxx +++ b/svx/source/sidebar/line/LinePropertyPanel.hxx @@ -43,13 +43,8 @@ class ListBox; class ToolBox; class FloatingWindow; -namespace -{ - #define SIDEBAR_LINE_WIDTH_GLOBAL_VALUE "PopupPanel_LineWidth" -} //end of anonymous namespace - namespace svx { namespace sidebar -- cgit