summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/component/DatabasePatternField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabasePatternField.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabasePatternField.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/component/DatabasePatternField.idl b/offapi/com/sun/star/form/component/DatabasePatternField.idl
index 52388cfe38fd..0af61e14ea5e 100644
--- a/offapi/com/sun/star/form/component/DatabasePatternField.idl
+++ b/offapi/com/sun/star/form/component/DatabasePatternField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a data-aware control model for entering text which matches a specific
pattern.
@@ -39,7 +37,6 @@ published service DatabasePatternField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -55,7 +52,6 @@ published service DatabasePatternField
};
-//=============================================================================
}; }; }; }; };