summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-06-02 04:46:58 +0200
committerJan Holesovsky <kendy@suse.cz>2013-06-02 04:54:55 +0200
commite66be44b69ee2a1b99bda32af93ea453c669b319 (patch)
tree707027d8074f61a6e6fc8fab3c7a797117d1b8f3 /offapi
parentb441420e072a1f09098f89ed646e423c60e1895b (diff)
sidebar: Restrict the minimal width of the sidebar.
Change-Id: I99051830c4393b420125332e787c3abdc5a6aa61
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/XSidebarPanel.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/XSidebarPanel.idl b/offapi/com/sun/star/ui/XSidebarPanel.idl
index 1852c97b1f76..25d3f95890ff 100644
--- a/offapi/com/sun/star/ui/XSidebarPanel.idl
+++ b/offapi/com/sun/star/ui/XSidebarPanel.idl
@@ -51,6 +51,10 @@ interface XSidebarPanel
The height is set via the XWindow interface.
*/
LayoutSize getHeightForWidth ( [in] long nWidth);
+
+ /** Minimal possible width of this panel.
+ */
+ long getMinimalWidth();
} ;
} ; } ; } ; } ;