summaryrefslogtreecommitdiff
path: root/forms/source/component/EditBase.cxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-05-11 08:33:55 +0000
committerth <th@openoffice.org>2001-05-11 08:33:55 +0000
commita853bb9278454301c311bbadd1c7cfe90e717bd8 (patch)
tree301d4ffa75a75ccb026b1ad8ae55a4e84887b1a3 /forms/source/component/EditBase.cxx
parent07c0b9833029365b30f1422920d73a12cc761a5c (diff)
rtl-string-changes
Diffstat (limited to 'forms/source/component/EditBase.cxx')
-rw-r--r--forms/source/component/EditBase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/EditBase.cxx b/forms/source/component/EditBase.cxx
index 3981d4a8ee92..6eef99317fab 100644
--- a/forms/source/component/EditBase.cxx
+++ b/forms/source/component/EditBase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EditBase.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-04-02 10:28:06 $
+ * last change: $Author: th $ $Date: 2001-05-11 09:32:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -368,7 +368,7 @@ PropertyState OEditBaseModel::getPropertyStateByHandle(sal_Int32 nHandle)
switch (nHandle)
{
case PROPERTY_ID_DEFAULT_TEXT:
- if (!m_aDefaultText.len())
+ if (!m_aDefaultText.getLength())
eState = PropertyState_DEFAULT_VALUE;
else
eState = PropertyState_DIRECT_VALUE;