diff options
author | th <th@openoffice.org> | 2001-05-11 08:33:55 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-05-11 08:33:55 +0000 |
commit | a853bb9278454301c311bbadd1c7cfe90e717bd8 (patch) | |
tree | 301d4ffa75a75ccb026b1ad8ae55a4e84887b1a3 /forms/source/component/Grid.cxx | |
parent | 07c0b9833029365b30f1422920d73a12cc761a5c (diff) |
rtl-string-changes
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r-- | forms/source/component/Grid.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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: |