summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XTitle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XTitle.idl')
-rw-r--r--offapi/com/sun/star/frame/XTitle.idl14
1 files changed, 4 insertions, 10 deletions
diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl
index d93c25b98005..59b82e8aca4e 100644
--- a/offapi/com/sun/star/frame/XTitle.idl
+++ b/offapi/com/sun/star/frame/XTitle.idl
@@ -36,23 +36,17 @@
module com { module sun { module star { module frame {
//=============================================================================
-/** an interface representing an entity with a modifyable title.
+/** todo document me
*/
-published interface XTitle : com::sun::star::uno::XInterface
+interface XTitle : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** Returns the title of the object.
- *
- * @returns
- * The title.
+ /** todo document me
*/
string getTitle ();
//-------------------------------------------------------------------------
- /** Sets the title of the object.
- *
- * @param sTitle
- * The title.
+ /** todo document me
*/
void setTitle ( [in] string sTitle );
};