Useless namespace around a #define

Change-Id: I789a28305e7d874a7cc78af60fa7b2d60e140efb
This commit is contained in:
Stephan Bergmann
2016-12-21 15:09:56 +01:00
parent 4cae165f0b
commit 9fcfd0bdac

View File

@@ -47,13 +47,8 @@ class ListBox;
class ToolBox;
class FloatingWindow;
namespace
{
#define SIDEBAR_LINE_WIDTH_GLOBAL_VALUE "PopupPanel_LineWidth"
} //end of anonymous namespace
namespace sfx2 { namespace sidebar {
class SidebarToolBox;