diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 19:10:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:41 +0200 |
commit | ef1e635a414f9793cf4d0e199a972b357b437ab1 (patch) | |
tree | af943208999d3774da474c8a8761d856ef168e96 | |
parent | b2be1d105275bf6150b64679cda765768d850350 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ieece1db92b12bd175c17671a49cc7ddcf2a7befb
-rw-r--r-- | sw/source/core/doc/tblafmt.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx index fa5e659fe27e..eaf76687fcb3 100644 --- a/sw/source/core/doc/tblafmt.cxx +++ b/sw/source/core/doc/tblafmt.cxx @@ -59,11 +59,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 @@ -72,7 +70,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 const sal_uInt16 AUTOFORMAT_ID_300OVRLN = 10031; |