summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/svg
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 22:29:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 22:29:22 +0000
commitfdd86eaadd59e5f14c8acc8a1a662af6aba45df9 (patch)
tree91f530e44c966465943a3abf748c908e9c036866 /offapi/com/sun/star/svg
parenta2925cc7ef8c8747786cbca80ad6af2ea0c6021c (diff)
INTEGRATION: CWS sb18 (1.8.328); FILE MERGED
2004/05/21 15:04:05 sb 1.8.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/svg')
-rw-r--r--offapi/com/sun/star/svg/XSVGPrinter.idl6
-rw-r--r--offapi/com/sun/star/svg/XSVGWriter.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/svg/XSVGPrinter.idl b/offapi/com/sun/star/svg/XSVGPrinter.idl
index cb65e0c23a27..3d1afa276d08 100644
--- a/offapi/com/sun/star/svg/XSVGPrinter.idl
+++ b/offapi/com/sun/star/svg/XSVGPrinter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSVGPrinter.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:26 $
+ * last change: $Author: obo $ $Date: 2004-06-03 23:29:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
/** @deprecated
*/
-interface XSVGPrinter: com::sun::star::uno::XInterface
+published interface XSVGPrinter: com::sun::star::uno::XInterface
{
// DocMerge: empty anyway
boolean startJob( [in] com::sun::star::xml::sax::XDocumentHandler aHandler,
diff --git a/offapi/com/sun/star/svg/XSVGWriter.idl b/offapi/com/sun/star/svg/XSVGWriter.idl
index fb49b3f953bb..1fa1c8851cd8 100644
--- a/offapi/com/sun/star/svg/XSVGWriter.idl
+++ b/offapi/com/sun/star/svg/XSVGWriter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSVGWriter.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:26 $
+ * last change: $Author: obo $ $Date: 2004-06-03 23:29:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
/** @deprecated
*/
-interface XSVGWriter: com::sun::star::uno::XInterface
+published interface XSVGWriter: com::sun::star::uno::XInterface
{
// DocMerge: empty anyway
void write( [in] com::sun::star::xml::sax::XDocumentHandler aHandler,