diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 19:12:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:41 +0200 |
commit | b3ed3c23343058e92f2daa140b0e9ef8a41186d2 (patch) | |
tree | 7957b5a679ae4ac3497579d9aeffed6f6c296827 /sw | |
parent | 5a9de4f5e30b3cc5316dfea15687ab180fa791d6 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Iec4f66232b98b146780703db893e0c3ab1805c08
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/edit/autofmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx index 2ad6483b637a..c5022c9b6642 100644 --- a/sw/source/core/edit/autofmt.cxx +++ b/sw/source/core/edit/autofmt.cxx @@ -72,7 +72,7 @@ using namespace ::com::sun::star; // all other chars are changed to the user configuration const sal_Unicode pBulletChar[6] = { '+', '*', '-', 0x2013, 0x2014, 0 }; -const int cnPosEnDash = 2, cnPosEmDash = 4, cnPosEnd = 5; +const int cnPosEnDash = 2, cnPosEmDash = 4; const sal_Unicode cStarSymbolEnDash = 0x2013; const sal_Unicode cStarSymbolEmDash = 0x2014; |