summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/TitleChangedEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/TitleChangedEvent.idl')
-rw-r--r--offapi/com/sun/star/frame/TitleChangedEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/TitleChangedEvent.idl b/offapi/com/sun/star/frame/TitleChangedEvent.idl
index 0f8d5d474b1b..0d924fd7202d 100644
--- a/offapi/com/sun/star/frame/TitleChangedEvent.idl
+++ b/offapi/com/sun/star/frame/TitleChangedEvent.idl
@@ -21,22 +21,18 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** todo document me
*/
struct TitleChangedEvent : com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** todo document me
*/
string Title;
};
-//=============================================================================
}; }; }; };