summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-19 17:18:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-19 17:31:33 +0100
commite0753b7424781d9145af24b653e0a9d5c01a8657 (patch)
tree441254a272f525074f83893919afd414c44bbcbc /sd
parent64a111d6846ee6a06a0e9cbdec98e49b9cf3de6a (diff)
WaE: -Werror=reorder
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/view/SlsButtonBar.cxx2
1 files changed, 1 insertions, 1 deletions
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<Theme>& rpTheme,
const ::std::vector<SharedButton>& rButtons)
: mpTheme(rpTheme),
+ meIconSize( Button::IconSize_Large ),
maButtonArea(),
maBackgroundLocation(),
- meIconSize(IconSize_Large),
mePosition( BOTTOM )
{
UpdateMinimumIconSizes(rButtons);