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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/ILayoutableWindow.hxx b/include/sfx2/sidebar/ILayoutableWindow.hxx
index 5f482786e7a8..957601a84632 100644
--- a/include/sfx2/sidebar/ILayoutableWindow.hxx
+++ b/include/sfx2/sidebar/ILayoutableWindow.hxx
@@ -37,7 +37,7 @@ public:
/** Return the preferred height with the constraint, that the
window will be set to the given width.
*/
- virtual ::com::sun::star::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) = 0;
+ virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) = 0;
};