From a853bb9278454301c311bbadd1c7cfe90e717bd8 Mon Sep 17 00:00:00 2001
From: th
Date: Fri, 11 May 2001 08:33:55 +0000
Subject: rtl-string-changes
---
forms/source/component/Grid.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'forms/source/component/Grid.cxx')
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index 8babbc38eebe..3062f68ce7df 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Grid.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: fs $ $Date: 2001-04-09 11:09:57 $
+ * last change: $Author: th $ $Date: 2001-05-11 09:33:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -813,11 +813,11 @@ PropertyState OGridControlModel::getPropertyStateByHandle(sal_Int32 nHandle)
eState = PropertyState_DEFAULT_VALUE;
break;
case PROPERTY_ID_FONT_NAME:
- if (!m_aFont.Name.len())
+ if (!m_aFont.Name.getLength())
eState = PropertyState_DEFAULT_VALUE;
break;
case PROPERTY_ID_FONT_STYLENAME:
- if (!m_aFont.StyleName.len())
+ if (!m_aFont.StyleName.getLength())
eState = PropertyState_DEFAULT_VALUE;
break;
case PROPERTY_ID_FONT_FAMILY:
--
cgit
|