summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-02 06:57:28 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-02 06:57:28 +0200
commit727e63452dc4de88d5dc62d5b1da6da0647564ba (patch)
tree96c0c28abf0b64887a3efda4bcfe4616725cb3a3
parente66be44b69ee2a1b99bda32af93ea453c669b319 (diff)
fix Werror tinderbox problem
-rw-r--r--sfx2/source/sidebar/Deck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index 52969b2cda1a..82713a716de2 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -55,8 +55,8 @@ Deck::Deck (
maIcon(),
msIconURL(rDeckDescriptor.msIconURL),
msHighContrastIconURL(rDeckDescriptor.msHighContrastIconURL),
- maPanels(),
mnMinimalWidth(0),
+ maPanels(),
mpTitleBar(new DeckTitleBar(rDeckDescriptor.msTitle, this, rCloserAction)),
mpScrollClipWindow(new Window(this)),
mpScrollContainer(new ScrollContainerWindow(mpScrollClipWindow.get())),