diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:58:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:58:39 +0000 |
commit | ea66f50617a1c906dec638a4f27fa1fbe09e3627 (patch) | |
tree | a6a1f8161802eebc73d372f950998aba55bc16ec /svx/source | |
parent | de14dc35811e40db79980221ff6a9e16bf16bfb5 (diff) |
INTEGRATION: CWS frmcontrols02 (1.10.18); FILE MERGED
2004/01/22 10:34:13 fs 1.10.18.1: #i24411# +FRM_SUN_COMPONENT_NAVIGATIONBAR
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/fmservs.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svx/source/form/fmservs.cxx b/svx/source/form/fmservs.cxx index 9f820d84a7a8..31a9ebd31176 100644 --- a/svx/source/form/fmservs.cxx +++ b/svx/source/form/fmservs.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmservs.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2004-03-19 12:20:18 $ + * last change: $Author: hr $ $Date: 2004-04-13 10:58:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,8 +130,9 @@ namespace svxform 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.DatabaseImageControl"); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_COMPONENT_FORMATTEDFIELD,"com.sun.star.form.component.FormattedField"); - IMPLEMENT_CONSTASCII_USTRING( FM_SUN_COMPONENT_SCROLLBAR, "com.sun.star.form.component.ScrollBar" ); - IMPLEMENT_CONSTASCII_USTRING( FM_SUN_COMPONENT_SPINBUTTON, "com.sun.star.form.component.SpinButton" ); + IMPLEMENT_CONSTASCII_USTRING( FM_SUN_COMPONENT_SCROLLBAR, "com.sun.star.form.component.ScrollBar" ); + IMPLEMENT_CONSTASCII_USTRING( FM_SUN_COMPONENT_SPINBUTTON, "com.sun.star.form.component.SpinButton" ); + IMPLEMENT_CONSTASCII_USTRING( FM_SUN_COMPONENT_NAVIGATIONBAR,"com.sun.star.form.component.NavigationToolBar" ); IMPLEMENT_CONSTASCII_USTRING(FM_SUN_CONTROL_GRIDCONTROL,"com.sun.star.form.control.GridControl"); |