summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-06-02 04:46:58 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-06-05 10:06:52 +0100
commit82584e86a231b0e1547878efdd808de110e8a6ab (patch)
treecb66a6458f67b6aed792be6951564d17099aaf05 /offapi
parent6d4cd686935f09756f9df7656a5b1f085f8bf89f (diff)
sidebar: Restrict the minimal width of the sidebar.
Change-Id: I99051830c4393b420125332e787c3abdc5a6aa61 (cherry picked from commit e66be44b69ee2a1b99bda32af93ea453c669b319)
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 64932deafb9e..de02681f507c 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();
} ;
} ; } ; } ; } ;