From fdd86eaadd59e5f14c8acc8a1a662af6aba45df9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 22:29:22 +0000 Subject: INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:05 sb 1.8.328.1: #i21150# Added published flag. --- offapi/com/sun/star/svg/XSVGPrinter.idl | 6 +++--- offapi/com/sun/star/svg/XSVGWriter.idl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/svg') 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, -- cgit