From 018de58af3d66432311a9c64fafb6689169091f4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 18:31:37 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: Icc5083642021a68566b358bc8bce56e08b71dc20 --- sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/sidebar') 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))) -- cgit