summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 19:00:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:32 +0200
commit1467b8328194db3899aac37075f76b45597f2d44 (patch)
tree107570e2bee922ff1320799ff12095deb239a6c0 /sfx2
parent2663b86909e898cc947b466ceef8450af7895f1f (diff)
-Werror,-Wunused-const-variable
Change-Id: I5bb9982daa0dfbbe97e82e8598fec8d0d05b93cb
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/Deck.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index c0b80e400388..6e338d83f86c 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -40,12 +40,6 @@ using namespace ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
-
-namespace {
- static const sal_Int32 MinimalPanelHeight (25);
-}
-
-
Deck::Deck (
const DeckDescriptor& rDeckDescriptor,
Window* pParentWindow,