summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:38:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:38:55 +0000
commit9ab1d24ca3787cf7d533636051cf0897ad814d06 (patch)
treea9e9868ab78d9f2949f999c1391d3271795e69dd /svtools
parent0de3247c9a53808f3a885ee7a5796f8f7bd1dddd (diff)
INTEGRATION: CWS dba24c (1.4.232); FILE MERGED
2007/10/16 06:22:43 fs 1.4.232.1: doc typo
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/dialogcontrolling.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/dialogcontrolling.hxx b/svtools/inc/dialogcontrolling.hxx
index f861875287d2..1f734eee60f4 100644
--- a/svtools/inc/dialogcontrolling.hxx
+++ b/svtools/inc/dialogcontrolling.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dialogcontrolling.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 16:28:27 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:38:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -221,7 +221,7 @@ namespace svt
/** constructs the instance
@param _rCheckable
- a ->Window instance which supports a boolean method IsCheckable. Usually
+ a ->Window instance which supports a boolean method IsChecked. Usually
a ->RadioButton or ->CheckBox
*/
EnableOnCheck( SourceType& _rCheckable )