summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/installation
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commitc70d7c0e31f8c693752e713705ca992e56c096f8 (patch)
treecc9cbf154bea8ec154629cbb57a47b2ef21eddbd /offapi/com/sun/star/installation
parent7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/installation')
-rw-r--r--offapi/com/sun/star/installation/InstallationCheck.idl9
-rw-r--r--offapi/com/sun/star/installation/XInstallationCheck.idl19
2 files changed, 17 insertions, 11 deletions
diff --git a/offapi/com/sun/star/installation/InstallationCheck.idl b/offapi/com/sun/star/installation/InstallationCheck.idl
index 48cf56f14e03..4a3b4d83cb88 100644
--- a/offapi/com/sun/star/installation/InstallationCheck.idl
+++ b/offapi/com/sun/star/installation/InstallationCheck.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InstallationCheck.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:18 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@
fix any missing RegistryKey of fonts which still reside in the font directory.
</p>
- <p>If it is possbile to fix, the method returns <true></true>.
+ <p>If it is possbile to fix, the method returns <TRUE/>.
</p>@see XInstallationCheck
*/
@@ -100,6 +100,9 @@ service InstallationCheck
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:18 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/offapi/com/sun/star/installation/XInstallationCheck.idl b/offapi/com/sun/star/installation/XInstallationCheck.idl
index 5e6d57ee557f..97be662f8938 100644
--- a/offapi/com/sun/star/installation/XInstallationCheck.idl
+++ b/offapi/com/sun/star/installation/XInstallationCheck.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInstallationCheck.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:18 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
/** checks if something of the installation is missing.
<p>If missing parts are detected check should try to automaticly repair/
- reinstall these parts. Only if this is not possible return <false></false>.
+ reinstall these parts. Only if this is not possible return <FALSE/>.
</p>@see resetSuppressed
*/
@@ -93,7 +93,7 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::checkWithDialog
- /** same as check, but additionally shows a dialog if result is <false></false>.
+ /** same as check, but additionally shows a dialog if result is <FALSE/>.
@@ -114,7 +114,7 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
<p>The dialog shows which part(s) is (are) missing and have a checkbox,
that represents the state of the flag suppressed. This dialog is
- the only way to set the flag suppressed to <true></true>. This method is
+ the only way to set the flag suppressed to <TRUE/>. This method is
not affected by the value of the flag suppressed.
</p>@see resetSuppressed
*/
@@ -127,9 +127,9 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
<p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
- <false></false>, the methods check and checkWithDialog ignores the parameter
- bForce. If suppressed is <true></true> check and checkWithDialog only
- perform any action if their parameter bForce is <true></true>. otherwise
+ <FALSE/>, the methods check and checkWithDialog ignores the parameter
+ bForce. If suppressed is <TRUE/> check and checkWithDialog only
+ perform any action if their parameter bForce is <TRUE/>. otherwise
they return TRUE.
</p>
@@ -152,6 +152,9 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:18 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:56 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)