diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 18:31:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:40 +0200 |
commit | 018de58af3d66432311a9c64fafb6689169091f4 (patch) | |
tree | 185827ebf4851819203c79f3f6eed6058fe2c435 /sc | |
parent | b2a189bdc17e7045fd57ad3d13e68422240ec78a (diff) |
-Werror,-Wunused-const-variable
Change-Id: Icc5083642021a68566b358bc8bce56e08b71dc20
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index a1b13d0cb2c7..a51d8db7865a 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -50,7 +50,6 @@ const char UNO_BACKGROUNDCOLOR[] = ".uno:BackgroundColor"; const char UNO_SETBORDERSTYLE[] = ".uno:SetBorderStyle"; const char UNO_LINESTYLE[] = ".uno:LineStyle"; const char UNO_FRAMELINECOLOR[] = ".uno:FrameLineColor"; -const char UNO_TOGGLESHEETGRID[] = ".uno:ToggleSheetGrid"; #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) |