diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 10:24:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 10:24:55 +0200 |
commit | fe1fd7c40caaa83fe2b86c9884dc1693d58741e7 (patch) | |
tree | fba9430a3b2c244eae076c03f11f5ecf16559c92 /offapi/com | |
parent | 372f9801687cad620924b7ac6e4fe488ff998334 (diff) |
Improvement on previous commit
Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl b/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl index 9463176f498f..3f1f67391f85 100644 --- a/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl +++ b/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl @@ -27,6 +27,8 @@ module com { module sun { module star { module xml { module dom { /** Provides a unified interface for the SAXDocumentBuilder service to implement. + + @since LibreOffice 3.7 */ interface XSAXDocumentBuilder2 { |