summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 12:05:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:45 +0200
commita8ca1a55daf284cdaf7ce4456dfa81c1f719e144 (patch)
tree57d4759acb5d9e308a4e553ab013931839255445 /sc
parentd1bb845cbba05d00cf65cb18d297a511b8cc08b0 (diff)
-Werror,-Wunused-const-variable
Change-Id: I2c450c7fb9f8d2c85c40f85e0c5694a634953dfd
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbainterior.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbainterior.cxx b/sc/source/ui/vba/vbainterior.cxx
index f0c1f097e6b0..a3404ebdd3da 100644
--- a/sc/source/ui/vba/vbainterior.cxx
+++ b/sc/source/ui/vba/vbainterior.cxx
@@ -42,7 +42,6 @@
#include "document.hxx"
#define COLORMAST 0xFFFFFF
-const sal_uInt16 EXC_COLOR_WINDOWBACK = 65;
typedef std::map< sal_Int32, sal_Int32 > PatternMap;
typedef std::pair< sal_Int32, sal_Int32 > PatternPair;
using namespace ::com::sun::star;