summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 16:16:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:38 +0200
commitba4e24da44946cdebbb0964de0cdb92d75cf22d7 (patch)
tree1ed4a66ba98ded4834ea91f0c52af5773ef52971 /oox
parent2a4d6c63d19e187e2657a2751f57c01ebdde3511 (diff)
-Werror,-Wunused-const-variable
Change-Id: I7422272a7103bacd36c5d7234b6eb76477f5a2b9
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/axbinarywriter.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx
index 637ab24b77d0..3f71dc263387 100644
--- a/oox/source/ole/axbinarywriter.cxx
+++ b/oox/source/ole/axbinarywriter.cxx
@@ -17,7 +17,6 @@ namespace ole {
namespace {
-const sal_uInt32 AX_STRING_SIZEMASK = 0x7FFFFFFF;
const sal_uInt32 AX_STRING_COMPRESSED = 0x80000000;
} // namespace