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

New commits:
commit 727e63452dc4de88d5dc62d5b1da6da0647564ba
Author: Markus Mohrhard <markus.mohrh...@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())),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to