diff options
Diffstat (limited to 'sfx2/source/sidebar/DeckLayouter.cxx')
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index 49a57bf4d8ba..0dcc3a688511 100644 --- a/sfx2/source/sidebar/DeckLayouter.cxx +++ b/sfx2/source/sidebar/DeckLayouter.cxx @@ -41,7 +41,7 @@ using namespace css::uno; namespace sfx2::sidebar { namespace { - static const sal_Int32 MinimalPanelHeight (25); + const sal_Int32 MinimalPanelHeight (25); enum LayoutMode { |