diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-14 08:32:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-14 08:32:36 +0000 |
commit | f60662a7b58ac5925d7962b8c27909400004cdc1 (patch) | |
tree | cf5d30f49da7ad2a2a871d6952ef56b0df60e97c /forms/source/component/formcontrolfont.cxx | |
parent | cfff00da6d39d72169599a078c9da88bcceea4e7 (diff) |
#i10000# (done by fs) do a cwsanalyze next time...
Diffstat (limited to 'forms/source/component/formcontrolfont.cxx')
-rw-r--r-- | forms/source/component/formcontrolfont.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/formcontrolfont.cxx b/forms/source/component/formcontrolfont.cxx index 2d3c90663..2e6fdafdd 100644 --- a/forms/source/component/formcontrolfont.cxx +++ b/forms/source/component/formcontrolfont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formcontrolfont.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:14:50 $ + * last change: $Author: hr $ $Date: 2004-04-14 09:32:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,7 +164,7 @@ namespace frm { sal_Int32 nPos = _rProps.getLength(); _rProps.realloc( nPos + 15 ); - Property* pProps = _rProps.getArray(); + Property* pProperties = _rProps.getArray(); DECL_PROP2 ( FONT, FontDescriptor, BOUND, MAYBEDEFAULT ); DECL_PROP2 ( FONTEMPHASISMARK, sal_Int16, BOUND, MAYBEDEFAULT ); |