diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 17:08:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:40 +0200 |
commit | 48fc466b17552473e5596454b73e77709f031b83 (patch) | |
tree | 5849816c4c341965cb35d5b7ec1eb0d1ceea66a2 /sc/source | |
parent | dff4945e2b7843e518c610253dbaf6fc66747f0f (diff) |
-Werror,-Wunused-const-variable
Change-Id: I1d5bc06ec22e0cf3ca8ab16b910a15ecdc2dc581
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/tool/autoform.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/tool/autoform.cxx b/sc/source/core/tool/autoform.cxx index 4a5e82a85817..dc0b231afb18 100644 --- a/sc/source/core/tool/autoform.cxx +++ b/sc/source/core/tool/autoform.cxx @@ -55,11 +55,9 @@ const sal_uInt16 AUTOFORMAT_DATA_ID_X = 9502; const sal_uInt16 AUTOFORMAT_ID_504 = 9801; const sal_uInt16 AUTOFORMAT_DATA_ID_504 = 9802; -const sal_uInt16 AUTOFORMAT_ID_552 = 9901; const sal_uInt16 AUTOFORMAT_DATA_ID_552 = 9902; // --- from 641 on: CJK and CTL font settings -const sal_uInt16 AUTOFORMAT_ID_641 = 10001; const sal_uInt16 AUTOFORMAT_DATA_ID_641 = 10002; // --- from 680/dr14 on: diagonal frame lines @@ -68,7 +66,6 @@ const sal_uInt16 AUTOFORMAT_DATA_ID_680DR14 = 10012; // --- from 680/dr25 on: store strings as UTF-8 const sal_uInt16 AUTOFORMAT_ID_680DR25 = 10021; -const sal_uInt16 AUTOFORMAT_DATA_ID_680DR25 = 10022; // --- from DEV300/overline2 on: overline support const sal_uInt16 AUTOFORMAT_ID_300OVRLN = 10031; |