diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 11:05:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:36 +0200 |
commit | 0101162fc4913f20b82903a69a53f4a8ac4f67e5 (patch) | |
tree | 1d7f7c3f87621c06b0320a8d7c78ce6824eaa4be /sdext | |
parent | 660400c9f78cbf045f2b009765ba75e9380b1be2 (diff) |
-Werror,-Wunused-const-variable
Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterSlideSorter.cxx | 2 |
1 files changed, 0 insertions, 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); |