summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();