summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/ILayoutableWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/ILayoutableWindow.hxx')
-rw-r--r--include/sfx2/sidebar/ILayoutableWindow.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/sfx2/sidebar/ILayoutableWindow.hxx b/include/sfx2/sidebar/ILayoutableWindow.hxx
index 4eb3158a64d7..344e7fd4fe55 100644
--- a/include/sfx2/sidebar/ILayoutableWindow.hxx
+++ b/include/sfx2/sidebar/ILayoutableWindow.hxx
@@ -22,9 +22,8 @@
#include <sal/types.h>
#include <com/sun/star/ui/LayoutSize.hpp>
-namespace sfx2::sidebar {
-
-
+namespace sfx2::sidebar
+{
class SFX2_DLLPUBLIC ILayoutableWindow
{
public:
@@ -33,10 +32,9 @@ public:
/** Return the preferred height with the constraint, that the
window will be set to the given width.
*/
- virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) = 0;
+ virtual css::ui::LayoutSize GetHeightForWidth(const sal_Int32 nWidth) = 0;
};
-
} // end of namespace ::sd::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */