summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 18:18:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 18:18:49 +0000
commit3043ca174cb605d784cede6fe075a62caa78cf69 (patch)
treed7675f9cf2628e24246ee11941283883125d9cde
parent846b03546b6c384ea9eec222b8dcf91a466d084b (diff)
INTEGRATION: CWS xmlfilter03_DEV300 (1.3.448); FILE MERGED
2008/02/13 15:31:13 dr 1.3.448.1: change </true> to <true/> and </false> to <false/>
-rw-r--r--offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl12
-rw-r--r--offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl6
2 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
index 0767ac413940..1c97860d0ecc 100644
--- a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XModuleUIConfigurationManager.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:28:48 $
+ * last change: $Author: kz $ $Date: 2008-03-05 19:18:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,8 +92,8 @@ interface XModuleUIConfigurationManager : ::com::sun::star::uno::XInterface
characters for type and name.
@return
- </TRUE> if settings have been found in the default layer,
- otherwise </FALSE>.
+ <TRUE/> if settings have been found in the default layer,
+ otherwise <FALSE/>.
*/
boolean isDefaultSettings( [in] string ResourceURL ) raises ( com::sun::star::lang::IllegalArgumentException );
@@ -107,8 +107,8 @@ interface XModuleUIConfigurationManager : ::com::sun::star::uno::XInterface
characters for type and name.
@return
- </TRUE> if default settings have been found in the default layer,
- otherwise </FALSE>.
+ <TRUE/> if default settings have been found in the default layer,
+ otherwise <FALSE/>.
*/
::com::sun::star::container::XIndexAccess getDefaultSettings( [in] string ResourceURL ) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::IllegalArgumentException );
diff --git a/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl b/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
index fafdbbff6b60..11bef9d4b31b 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XMissionTaker.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:48:31 $
+ * last change: $Author: kz $ $Date: 2008-03-05 19:18:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ interface XMissionTaker : com::sun::star::uno::XInterface
/**
* Forces a mission to make an end.
*
- * @return <code>true</true> if the mission is completed successfully, <code>false</code>
+ * @return <true/> if the mission is completed successfully, <false/>
* otherwise.
*/
boolean endMission();