summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/XTitle.idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-03-29 13:45:39 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2011-03-29 13:45:39 +0200
commitfbe6f51dc6db57ce2bbd687c98ef6b1673443bc0 (patch)
treeff729d1017400dd273a33a583da86690c07677e8 /offapi/com/sun/star/frame/XTitle.idl
parentCWS-TOOLING: integrate CWS dba34d (diff)
parent#i117329# - Publishing of UNO types, last wave (for now). (diff)
downloadcore-fbe6f51dc6db57ce2bbd687c98ef6b1673443bc0.tar.gz
core-fbe6f51dc6db57ce2bbd687c98ef6b1673443bc0.zip
CWS-TOOLING: integrate CWS kso51
Diffstat (limited to 'offapi/com/sun/star/frame/XTitle.idl')
-rw-r--r--offapi/com/sun/star/frame/XTitle.idl14
1 files changed, 10 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl
index 0ce06aecb8f0..2bc71111f932 100644
--- a/offapi/com/sun/star/frame/XTitle.idl
+++ b/offapi/com/sun/star/frame/XTitle.idl
@@ -40,17 +40,23 @@
module com { module sun { module star { module frame {
//=============================================================================
-/** todo document me
+/** an interface representing an entity with a modifyable title.
*/
-interface XTitle : com::sun::star::uno::XInterface
+published interface XTitle : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** todo document me
+ /** Returns the title of the object.
+ *
+ * @returns
+ * The title.
*/
string getTitle ();
//-------------------------------------------------------------------------
- /** todo document me
+ /** Sets the title of the object.
+ *
+ * @param sTitle
+ * The title.
*/
void setTitle ( [in] string sTitle );
};