diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 18:23:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:30 +0200 |
commit | fed39ad41f0cdd06f9d890fb5f57bf12ebd74479 (patch) | |
tree | 8eb699551a4b6b78b2e1c745ddf6267d496011d5 /svtools | |
parent | 69f61526cd4268a330be1e835e9e52f9b1dbde50 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Iddccf82bc39557ebf03486df18630d1d860aa039
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/accessibilityoptions.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/config/accessibilityoptions.cxx b/svtools/source/config/accessibilityoptions.cxx index 6ba0a24574bb..4294e7cc091a 100644 --- a/svtools/source/config/accessibilityoptions.cxx +++ b/svtools/source/config/accessibilityoptions.cxx @@ -54,8 +54,6 @@ namespace const char s_sIsAutomaticFontColor[] = "IsAutomaticFontColor"; const char s_sIsSystemFont[] = "IsSystemFont"; const char s_sIsSelectionInReadonly[] = "IsSelectionInReadonly"; - const char s_sColorValueSetMaximumRowCount[] = "ColorValueSetMaximumRowCount"; - const char s_sColorValueSetEntryEdgeLength[] = "ColorValueSetEntryEdgeLength"; const char s_sColorValueSetColumnCount[] = "ColorValueSetColumnCount"; const char s_sEdgeBlending[] = "EdgeBlending"; const char s_sListBoxMaximumLineCount[] = "ListBoxMaximumLineCount"; |