diff options
author | Michael Hönnig <mi@openoffice.org> | 2003-01-21 12:43:59 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2003-01-21 12:43:59 +0000 |
commit | dd66fa1b487cf145dfe8fa67ba348174261ea812 (patch) | |
tree | b3aa032388db2adc28818b7ed29edd2d1d2e6166 /offapi/com/sun/star/svg | |
parent | c42c750e9d8f0c5d0c1fbb2bd9751c0815af7f1b (diff) |
merge from src641 internal ODK release
Diffstat (limited to 'offapi/com/sun/star/svg')
-rw-r--r-- | offapi/com/sun/star/svg/XSVGPrinter.idl | 30 | ||||
-rw-r--r-- | offapi/com/sun/star/svg/XSVGWriter.idl | 30 |
2 files changed, 56 insertions, 4 deletions
diff --git a/offapi/com/sun/star/svg/XSVGPrinter.idl b/offapi/com/sun/star/svg/XSVGPrinter.idl index bdd7b869d..92eb1535a 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2002-12-09 13:28:41 $ + * last change: $Author: mi $ $Date: 2003-01-21 13:42:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,4 +92,30 @@ interface XSVGPrinter: com::sun::star::uno::XInterface }; }; }; }; +/*============================================================================= + + $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:09:21 mi + #94968# IDL reviews merged + + Revision 1.4.16.1 2002/02/08 13:21:07 cl + idl review + + Revision 1.4 2001/03/16 16:41:43 jsc + remove interfaceheader with uik and remove [const] in method definitions + + Revision 1.3 2000/11/08 12:44:16 mi + moved from api + + Revision 1.1.1.1 2000/09/18 23:35:54 hjs + initial import + + Revision 1.3 2000/09/11 11:52:56 mi + documentation merged from XML + + Revision 1.1 2000/03/06 11:57:32 ka + initial revision + + +=============================================================================*/ #endif diff --git a/offapi/com/sun/star/svg/XSVGWriter.idl b/offapi/com/sun/star/svg/XSVGWriter.idl index 891be47dd..0ed879bb4 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2002-12-09 13:27:34 $ + * last change: $Author: mi $ $Date: 2003-01-21 13:42:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,4 +83,30 @@ interface XSVGWriter: com::sun::star::uno::XInterface }; }; }; }; +/*============================================================================= + + $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:09:22 mi + #94968# IDL reviews merged + + Revision 1.4.16.1 2002/02/08 13:21:07 cl + idl review + + Revision 1.4 2001/03/16 16:41:43 jsc + remove interfaceheader with uik and remove [const] in method definitions + + Revision 1.3 2000/11/08 12:44:16 mi + moved from api + + Revision 1.1.1.1 2000/09/18 23:35:54 hjs + initial import + + Revision 1.3 2000/09/11 11:52:56 mi + documentation merged from XML + + Revision 1.1 2000/03/06 11:57:32 ka + initial revision + + +=============================================================================*/ #endif |