summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/XStyle.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 12:23:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 12:23:37 +0000
commit8953482a4692f691fbae8b71a9902835a392406b (patch)
treee8b03cb77102b45198a61e531172d76b335e4305 /offapi/com/sun/star/style/XStyle.idl
parentf14dce2f2542469d3cd9a24e292c30e2ed7e1cf5 (diff)
INTEGRATION: CWS tl14 (1.6.212); FILE MERGED
2005/09/23 05:30:46 tl 1.6.212.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/20 14:22:44 tl 1.6.212.1: #106739# DocMerge comments removed
Diffstat (limited to 'offapi/com/sun/star/style/XStyle.idl')
-rw-r--r--offapi/com/sun/star/style/XStyle.idl9
1 files changed, 2 insertions, 7 deletions
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl
index cc43ca1ba..8dc0756d9 100644
--- a/offapi/com/sun/star/style/XStyle.idl
+++ b/offapi/com/sun/star/style/XStyle.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XStyle.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:33:56 $
+ * last change: $Author: rt $ $Date: 2005-11-11 13:23:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,21 +50,18 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::style::XStyle
/** specifies a template for a style (aka style sheet).
*/
published interface XStyle: com::sun::star::container::XNamed
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::style::XStyle::isUserDefined
/** identifies a style as defined by the user.
*/
boolean isUserDefined();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::style::XStyle::isInUse
/** @returns
<TRUE/> if this type is used in the document.
*/
@@ -72,7 +69,6 @@ published interface XStyle: com::sun::star::container::XNamed
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::style::XStyle::getParentStyle
/** @returns
the name of the parent style, probably empty.
*/
@@ -80,7 +76,6 @@ published interface XStyle: com::sun::star::container::XNamed
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::style::XStyle::setParentStyle
/** sets the name of the parent style.
*/
void setParentStyle( [in] string aParentStyle )