diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:47:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:35 +0200 |
commit | d4fa217f2b2ca00b3d851d5da75028c274f4bdf5 (patch) | |
tree | 71e34e24a3a8d8e28d633af12c5492eec09576ae /svx | |
parent | bd0736bde6abaa8c9716260b6c65d2a9820c1aff (diff) |
-Werror,-Wunused-const-variable
Change-Id: I629a17a03b9c5fcd6630a2dbab992f89956f12e7
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index aaa50f2de0d2..2a62961ffe8d 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -49,7 +49,6 @@ using namespace com::sun::star::style; using rtl::OUString; namespace svx { namespace sidebar { -static const sal_Char cValue[] = "Value"; static Font& lcl_GetDefaultBulletFont() { |