summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xsd/Decimal.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xsd/Decimal.idl')
-rw-r--r--offapi/com/sun/star/xsd/Decimal.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xsd/Decimal.idl b/offapi/com/sun/star/xsd/Decimal.idl
index df9d35c9a19b..049557189fa9 100644
--- a/offapi/com/sun/star/xsd/Decimal.idl
+++ b/offapi/com/sun/star/xsd/Decimal.idl
@@ -22,10 +22,8 @@
#include <com/sun/star/xsd/XDataType.idl>
-//=============================================================================
module com { module sun { module star { module xsd {
-//-----------------------------------------------------------------------------
/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#decimal">XSD compliant decimal type</a>
*/
service Decimal
@@ -73,7 +71,6 @@ service Decimal
[property, maybevoid] double MinExclusiveDouble;
};
-//=============================================================================
}; }; }; };