From 0101162fc4913f20b82903a69a53f4a8ac4f67e5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 11:05:40 +0200 Subject: [PATCH] -Werror,-Wunused-const-variable Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da --- sdext/source/presenter/PresenterSlideSorter.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx index 0af04cfb70d9..19ec57ed7b26 100644 --- a/sdext/source/presenter/PresenterSlideSorter.cxx +++ b/sdext/source/presenter/PresenterSlideSorter.cxx @@ -61,9 +61,7 @@ namespace { const static double gnMinimalHorizontalPreviewGap(15); const static double gnPreferredHorizontalPreviewGap(25); const static double gnMaximalHorizontalPreviewGap(50); - const static double gnMinimalVerticalPreviewGap(15); const static double gnPreferredVerticalPreviewGap(25); - const static double gnMaximalVerticalPreviewGap(50); const static sal_Int32 gnHorizontalLabelBorder (3); const static sal_Int32 gnHorizontalLabelPadding (5);