summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/GlobalSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/GlobalSettings.idl')
-rw-r--r--offapi/com/sun/star/text/GlobalSettings.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/GlobalSettings.idl b/offapi/com/sun/star/text/GlobalSettings.idl
index 19e4ade08cd0..1bfd1f904ff4 100644
--- a/offapi/com/sun/star/text/GlobalSettings.idl
+++ b/offapi/com/sun/star/text/GlobalSettings.idl
@@ -24,27 +24,22 @@
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** specifies a service that provides access to the settings of a text module.
*/
published service GlobalSettings
{
- //-------------------------------------------------------------------------
/** This interface specifies the access to the print settings.
*/
interface com::sun::star::view::XPrintSettingsSupplier;
- //-------------------------------------------------------------------------
/** This interface specifies the access to the view settings.
*/
interface com::sun::star::view::XViewSettingsSupplier;
};
-//=============================================================================
}; }; }; };