diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:51:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:51:17 +0000 |
commit | 6426ef381fb6b6e070e9af383db76fbf7dbc6c22 (patch) | |
tree | a5f9b9ea110eade3882ebee4a0db9d9e997fdede /svx | |
parent | 7cca9e8b83cd092db072d6d4a95ff84cadeb05c7 (diff) |
INTEGRATION: CWS dba05 (1.8.44); FILE MERGED
2003/05/12 09:15:14 oj 1.8.44.1: #109487# change name of the imagecontrol to DatabaseImageControl
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmservs.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmservs.cxx b/svx/source/form/fmservs.cxx index 388fb5ea0fe3..3e167683bc43 100644 --- a/svx/source/form/fmservs.cxx +++ b/svx/source/form/fmservs.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmservs.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:02:31 $ + * last change: $Author: vg $ $Date: 2003-05-19 12:51:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,7 +128,7 @@ namespace svxform IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_CURRENCYFIELD,"com.sun.star.form.component.CurrencyField"); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_PATTERNFIELD,"com.sun.star.form.component.PatternField"); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_HIDDENCONTROL,"com.sun.star.form.component.HiddenControl"); - IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_IMAGECONTROL,"com.sun.star.form.component.ImageControl"); + IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_IMAGECONTROL,"com.sun.star.form.component.DatabaseImageControl"); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_FORMATTEDFIELD,"com.sun.star.form.component.FormattedField"); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_CONTROL_GRIDCONTROL,"com.sun.star.form.control.GridControl"); |