From 590359618ae57bff103026c4f84e06a3ce4cf95d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 19:15:45 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I0daea62642ea19e500287681070ebfd071d08da6 --- editeng/source/outliner/outliner.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'editeng') 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 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 // ---------------------------------------------------------------------- -- cgit