diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 15:51:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 15:51:55 +0200 |
commit | 8b91280386f478f2e972e2aa71080f106783d762 (patch) | |
tree | adb870b6eeaff432962c729dd4ad8be7ebf0e082 /offapi | |
parent | c5bbfb3935c86d862acd3b5cd0643a474206ed1d (diff) |
Missing @since tag
Change-Id: I6195dce9cea9a4fed4a48449e655271db68d95c2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/XStyleLoader2.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/XStyleLoader2.idl b/offapi/com/sun/star/style/XStyleLoader2.idl index f55760a8cdaf..819ea9bde48e 100644 --- a/offapi/com/sun/star/style/XStyleLoader2.idl +++ b/offapi/com/sun/star/style/XStyleLoader2.idl @@ -20,6 +20,8 @@ module com { module sun { module star { module style { /** extends XStyleLoader interface to import styles from an already opened calc or writer component. @see com::sun::star::style::XStyleLoader + + @since LibreOffice 4.4 */ interface XStyleLoader2: com::sun::star::style::XStyleLoader { |