diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2015-08-24 14:15:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-25 12:08:57 +0000 |
commit | c609b30b12df9118a9fb5fcf06177a39c54d895a (patch) | |
tree | 604cc73a9ac48d994047ce0680802625a6497b88 /offapi/com/sun/star/frame | |
parent | 65a66d41fd0e13d0aad9df935091b731b4af650a (diff) |
sidebar uno api corrections
Change-Id: I1bd1040cc80c0450a5e029c37f0737c0692c056a
Reviewed-on: https://gerrit.libreoffice.org/17952
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/XController2.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index 400b7aea68da..23c64f1a1e89 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -63,6 +63,7 @@ interface XController2 : XController CreationArguments; /** get the sidebar if exists + @since LibreOffice 5.1 */ ::com::sun::star::ui::XSidebarProvider getSidebar(); }; |