diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-06 14:35:30 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-06 14:35:30 +0000 |
commit | fb93fe2c9556190efd39b57442b847f0ee64d1f1 (patch) | |
tree | 656720b24df08280fa7e66a2bb45d994e68c4e24 /forms/source | |
parent | fbc45c6817f569ec5013dac5ea0f912468e41ed9 (diff) |
#79083# rename the image control model service
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/misc/services.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index 123653bd97a0..619a19bd8bd7 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -2,9 +2,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-10-26 09:15:06 $ + * last change: $Author: fs $ $Date: 2000-11-06 15:35:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,7 +176,7 @@ IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_NUMERICFIELD, "com.sun.star.form. IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_CURRENCYFIELD, "com.sun.star.form.component.CurrencyField"); IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_PATTERNFIELD, "com.sun.star.form.component.PatternField"); IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_HIDDENCONTROL, "com.sun.star.form.component.HiddenControl"); -IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_IMAGECONTROL, "com.sun.star.form.component.ImageControl"); +IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_IMAGECONTROL, "com.sun.star.form.component.DatabaseImageControl"); IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_COMPONENT_FORMATTEDFIELD, "com.sun.star.form.component.FormattedField"); IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_CONTROL_TEXTFIELD, "com.sun.star.form.control.TextField"); |