From e0753b7424781d9145af24b653e0a9d5c01a8657 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Apr 2012 17:18:03 +0100 Subject: WaE: -Werror=reorder --- sd/source/ui/slidesorter/view/SlsButtonBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/slidesorter/view/SlsButtonBar.cxx b/sd/source/ui/slidesorter/view/SlsButtonBar.cxx index a350c4c0e9f6..42150b56ae0e 100644 --- a/sd/source/ui/slidesorter/view/SlsButtonBar.cxx +++ b/sd/source/ui/slidesorter/view/SlsButtonBar.cxx @@ -734,9 +734,9 @@ ButtonBar::BackgroundTheme::BackgroundTheme ( const ::boost::shared_ptr& rpTheme, const ::std::vector& rButtons) : mpTheme(rpTheme), + meIconSize( Button::IconSize_Large ), maButtonArea(), maBackgroundLocation(), - meIconSize(IconSize_Large), mePosition( BOTTOM ) { UpdateMinimumIconSizes(rButtons); -- cgit