[Libreoffice-commits] core.git: sfx2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jun 1 22:01:11 PDT 2013


 sfx2/source/sidebar/Deck.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 727e63452dc4de88d5dc62d5b1da6da0647564ba
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Jun 2 06:57:28 2013 +0200

    fix Werror tinderbox problem

diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index 52969b2..82713a7 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())),


More information about the Libreoffice-commits mailing list