summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/svg/XSVGPrinter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/svg/XSVGPrinter.idl')
-rw-r--r--offapi/com/sun/star/svg/XSVGPrinter.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/svg/XSVGPrinter.idl b/offapi/com/sun/star/svg/XSVGPrinter.idl
index 059da696ac83..e21196873913 100644
--- a/offapi/com/sun/star/svg/XSVGPrinter.idl
+++ b/offapi/com/sun/star/svg/XSVGPrinter.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,38 +24,38 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-
-#ifndef __com_sun_star_sync_XSVGPrinter_idl__
-#define __com_sun_star_sync_XSVGPrinter_idl__
-
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
-#include <com/sun/star/xml/sax/XDocumentHandler.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module svg {
-
-/** @deprecated
+
+#ifndef __com_sun_star_sync_XSVGPrinter_idl__
+#define __com_sun_star_sync_XSVGPrinter_idl__
+
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module svg {
+
+/** @deprecated
*/
published interface XSVGPrinter: com::sun::star::uno::XInterface
-{
+{
// DocMerge: empty anyway
- boolean startJob( [in] com::sun::star::xml::sax::XDocumentHandler aHandler,
- [in] sequence< byte > aJobSetup,
- [in] string aJobName,
- [in] unsigned long nCopies,
- [in] boolean bCollate );
-
+ boolean startJob( [in] com::sun::star::xml::sax::XDocumentHandler aHandler,
+ [in] sequence< byte > aJobSetup,
+ [in] string aJobName,
+ [in] unsigned long nCopies,
+ [in] boolean bCollate );
+
// DocMerge: empty anyway
- void printPage( [in] sequence< byte > aPrintPage );
-
+ void printPage( [in] sequence< byte > aPrintPage );
+
// DocMerge: empty anyway
- void endJob();
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ void endJob();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif