summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XTimeStamped.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XTimeStamped.idl')
-rw-r--r--offapi/com/sun/star/util/XTimeStamped.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XTimeStamped.idl b/offapi/com/sun/star/util/XTimeStamped.idl
index b78fd79518b5..756a7e884d29 100644
--- a/offapi/com/sun/star/util/XTimeStamped.idl
+++ b/offapi/com/sun/star/util/XTimeStamped.idl
@@ -24,7 +24,6 @@
module com { module sun { module star { module util {
-//============================================================================
/**
provides timestamp information for an object
@@ -45,7 +44,6 @@ module com { module sun { module star { module util {
*/
published interface XTimeStamped : ::com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/**
returns the timestamp of the object.
@@ -56,7 +54,6 @@ published interface XTimeStamped : ::com::sun::star::uno::XInterface
*/
string getTimestamp() ;
- //------------------------------------------------------------------------
} ;
} ; } ; } ; } ;