summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XMasterPageTarget.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-02 14:12:36 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-02 14:12:36 +0000
commitd081c80877dc1ae413b9d65c206485b6821d0ef8 (patch)
tree574a746be7d1fb7283d5c879529f8c0612f6f6f2 /offapi/com/sun/star/drawing/XMasterPageTarget.idl
parent0b051a06b6fdda4e6536ef0802c14164288914e6 (diff)
*** empty log message ***
Diffstat (limited to 'offapi/com/sun/star/drawing/XMasterPageTarget.idl')
-rw-r--r--offapi/com/sun/star/drawing/XMasterPageTarget.idl34
1 files changed, 10 insertions, 24 deletions
diff --git a/offapi/com/sun/star/drawing/XMasterPageTarget.idl b/offapi/com/sun/star/drawing/XMasterPageTarget.idl
index f951c473eba0..50ff6c38208e 100644
--- a/offapi/com/sun/star/drawing/XMasterPageTarget.idl
+++ b/offapi/com/sun/star/drawing/XMasterPageTarget.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMasterPageTarget.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:21 $
+ * last change: $Author: mi $ $Date: 2002-10-02 15:12:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,23 +76,25 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::drawing::XMasterPageTarget
/** is implemented by objects that can be linked to a
<type>MasterPage</type>.
+
+ @see DrawPage
*/
interface XMasterPageTarget: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::drawing::XMasterPageTarget::getMasterPage
- /** returns the <type>MasterPage</type> linked to this object.
+ /** @returns the <type>MasterPage</type> linked to this object.
*/
com::sun::star::drawing::XDrawPage getMasterPage();
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::drawing::XMasterPageTarget::setMasterPage
- /** links the given <type>MasterPage</type> to this object.
+ /** links a <type>MasterPage</type> to this object.
+
+ @param xMasterPage
+ the <type>MasterPage</type> that is linked to this object
*/
void setMasterPage( [in] com::sun::star::drawing::XDrawPage xMasterPage );
@@ -102,21 +104,5 @@ interface XMasterPageTarget: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:42 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:15 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:23 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
-
-=============================================================================*/
#endif
+