diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 15:09:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 15:09:56 +0100 |
commit | 9fcfd0bdac853e86bf0379a782ad6c824fa2e3cf (patch) | |
tree | deca631191b04ebc307483f89eb3f8f351079222 /include/svx/sidebar | |
parent | 4cae165f0b0655a158923012efd67e8becff6164 (diff) |
Useless namespace around a #define
Change-Id: I789a28305e7d874a7cc78af60fa7b2d60e140efb
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index 0cab1bd447bb..51e52ce09e61 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -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; |