summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Defaults.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/Defaults.idl')
-rw-r--r--offapi/com/sun/star/text/Defaults.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/Defaults.idl b/offapi/com/sun/star/text/Defaults.idl
index 1b277235d2a5..2c117c2b9e16 100644
--- a/offapi/com/sun/star/text/Defaults.idl
+++ b/offapi/com/sun/star/text/Defaults.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** provides default settings of a text component for paragraph and
character properties.
@@ -53,13 +51,11 @@ published service Defaults
interface com::sun::star::beans::XPropertySet;
- //-----------------------------------------------------------------------------
/** default tab-distance to be used.
*/
[property] long TabStopDistance;
};
-//=============================================================================
}; }; }; };