summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-02 06:57:28 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-06-05 10:06:53 +0100
commitde6b5495885208d30aebdf6b65b7021d5d5618ea (patch)
tree94696407c5719669498f91f0fe5ca1cc5860625a /sfx2
parent82584e86a231b0e1547878efdd808de110e8a6ab (diff)
fix Werror tinderbox problem
(cherry picked from commit 727e63452dc4de88d5dc62d5b1da6da0647564ba) Change-Id: I89de0f8cf7279fb12c94abdb8ea6228f13eadc6a
Diffstat (limited to 'sfx2')
-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())),