diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:15:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:33 +0200 |
commit | 590359618ae57bff103026c4f84e06a3ce4cf95d (patch) | |
tree | dba65ebb14d45d46432c2c7ba5a0b798d323781a /editeng/source/outliner | |
parent | a7f3b0cff66abf229efeb0e7b5ee00d5d77c1966 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I0daea62642ea19e500287681070ebfd071d08da6
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 45445c58193a..ecfca036d77e 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -56,12 +56,6 @@ #include <cassert> using ::std::advance; -static const sal_uInt16 nDefStyles = 3; // Special treatment for the first 3 levels -static const sal_uInt16 nDefBulletIndent = 800; -static const sal_uInt16 nDefBulletWidth = 700; -static const sal_uInt16 pDefBulletIndents[nDefStyles]= { 1400, 800, 800 }; -static const sal_uInt16 pDefBulletWidths[nDefStyles] = { 1000, 850, 700 }; - // ---------------------------------------------------------------------- // Outliner // ---------------------------------------------------------------------- |