diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 16:16:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:38 +0200 |
commit | ba4e24da44946cdebbb0964de0cdb92d75cf22d7 (patch) | |
tree | 1ed4a66ba98ded4834ea91f0c52af5773ef52971 | |
parent | 2a4d6c63d19e187e2657a2751f57c01ebdde3511 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I7422272a7103bacd36c5d7234b6eb76477f5a2b9
-rw-r--r-- | oox/source/ole/axbinarywriter.cxx | 1 |
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 |