diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-19 17:18:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-19 17:31:33 +0100 |
commit | e0753b7424781d9145af24b653e0a9d5c01a8657 (patch) | |
tree | 441254a272f525074f83893919afd414c44bbcbc /sd | |
parent | 64a111d6846ee6a06a0e9cbdec98e49b9cf3de6a (diff) |
WaE: -Werror=reorder
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsButtonBar.cxx | 2 |
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); |