summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-22 15:47:19 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-22 15:47:19 +0000
commitfe4f84e56455e54be427ddcfeb6056112c9f75de (patch)
tree5a479d62ffc7c702108b8e25bb1006d29febebf7 /forms/source/component
parent0a0dc36edf2c145b9f90b437d25e49006f0e0404 (diff)
Replaced: Float ->float
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Grid.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index ca51c47f9724..f28ee5f42a78 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Grid.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $
+ * last change: $Author: jl $ $Date: 2001-03-22 16:47:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -442,8 +442,8 @@ void OGridControlModel::fillProperties(
DECL_PROP1(FONT_STYLENAME, ::rtl::OUString, MAYBEDEFAULT);
DECL_PROP1(FONT_FAMILY, sal_Int16, MAYBEDEFAULT);
DECL_PROP1(FONT_CHARSET, sal_Int16, MAYBEDEFAULT);
- DECL_PROP1(FONT_HEIGHT, Float, MAYBEDEFAULT);
- DECL_PROP1(FONT_WEIGHT, Float, MAYBEDEFAULT);
+ DECL_PROP1(FONT_HEIGHT, float, MAYBEDEFAULT);
+ DECL_PROP1(FONT_WEIGHT, float, MAYBEDEFAULT);
DECL_PROP1(FONT_SLANT, sal_Int16, MAYBEDEFAULT);
DECL_PROP1(FONT_UNDERLINE, sal_Int16, MAYBEDEFAULT);
DECL_PROP1(FONT_STRIKEOUT, sal_Int16, MAYBEDEFAULT);