diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:32:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:32:43 +0100 |
commit | 282fce96b24d0b918a302811891b7d584954a7bc (patch) | |
tree | 9de49a762a6a4c91120b0c68e50bca644312983c /svx/source | |
parent | 7e19b67e24e92939282f60a96fcad5e85d2cbf24 (diff) |
Useless namespace around a #define
Change-Id: Ife6c034a2303ff7cd3ece615b690a14dc8ac3463
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.hxx | 5 |
1 files changed, 0 insertions, 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 |