summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:16:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:16:37 +0000
commita76b055e767cff36e4d0dc9d09e7d9e7790009b2 (patch)
tree234a652724d88563ffa23c991170f6f948b22490 /offapi/com/sun/star/text
parent466773f5400b949b739f7451a08835d0c1ccd9cb (diff)
INTEGRATION: CWS tlapi1 (1.5.136); FILE MERGED
2003/10/10 11:46:59 tl 1.5.136.1: #i17164# added missing service entries to text/DocumentSettings
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/DocumentSettings.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/DocumentSettings.idl b/offapi/com/sun/star/text/DocumentSettings.idl
index 2ad23ee6a8b6..94f37143f11f 100644
--- a/offapi/com/sun/star/text/DocumentSettings.idl
+++ b/offapi/com/sun/star/text/DocumentSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentSettings.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 13:29:38 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,14 @@
#include <com/sun/star/document/Settings.idl>
#endif
+#ifndef __com_sun_star_text_PrintSettings_idl__
+#include <com/sun/star/text/PrintSettings.idl>
+#endif
+
+//#ifndef __com_sun_star_text_PrintPreviewSettings_idl__
+#include <com/sun/star/text/PrintPreviewSettings.idl>
+//#endif
+
//=============================================================================
module com { module sun { module star { module text {
@@ -81,6 +89,10 @@ service DocumentSettings
{
service com::sun::star::document::Settings;
+ [optional] service com::sun::star::text::PrintSettings;
+
+ [optional] service com::sun::star::text::PrintPreviewSettings;
+
//-------------------------------------------------------------------------
/** gives access to the properties implemented by this service.
*/