diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-02 06:57:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-02 06:57:28 +0200 |
commit | 727e63452dc4de88d5dc62d5b1da6da0647564ba (patch) | |
tree | 96c0c28abf0b64887a3efda4bcfe4616725cb3a3 /sfx2/source | |
parent | e66be44b69ee2a1b99bda32af93ea453c669b319 (diff) |
fix Werror tinderbox problem
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/sidebar/Deck.cxx | 2 |
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())), |