diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-07-23 05:27:47 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-07-23 05:27:47 +0000 |
commit | f372705e25da72c515cc7641f771f196cc30c5f4 (patch) | |
tree | caea91e88e54f7d85fbb0c09f74cb1d4d32b50c4 /forms/source | |
parent | 86ac30006099181d14fac77fc67f5a5a6e69d3e4 (diff) |
#90040# no InternationalHack service anymore
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/misc/makefile.mk | 7 | ||||
-rw-r--r-- | forms/source/misc/services.cxx | 7 |
2 files changed, 5 insertions, 9 deletions
diff --git a/forms/source/misc/makefile.mk b/forms/source/misc/makefile.mk index ac8b2926a6d4..583a26fdb093 100644 --- a/forms/source/misc/makefile.mk +++ b/forms/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: fs $ $Date: 2001-05-18 14:48:32 $ +# last change: $Author: fs $ $Date: 2001-07-23 06:26:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,8 +82,7 @@ SLOFILES= $(SLO)$/limitedformats.obj \ $(SLO)$/property.obj \ $(SLO)$/services.obj \ $(SLO)$/InterfaceContainer.obj \ - $(SLO)$/ids.obj \ - $(SLO)$/InternationalHack.obj \ + $(SLO)$/ids.obj # --- Targets ---------------------------------- diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index e79632f68ca2..5bed07b736ec 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -2,9 +2,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2001-05-18 14:45:21 $ + * last change: $Author: fs $ $Date: 2001-07-23 06:26:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -198,7 +198,6 @@ IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_CONTROL_IMAGECONTROL, "com.sun.star.form.co IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_CONTROL_FORMATTEDFIELD, "com.sun.star.form.control.FormattedField"); IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_FORMS_COLLECTION, "com.sun.star.form.Forms"); -IMPLEMENT_CONSTASCII_USTRING(FRM_SUN_INTERNATIONAL_INFO, "com.sun.star.deprecated.International"); IMPLEMENT_CONSTASCII_USTRING(FRM_DATA_ENGINE, "com.sun.star.data.DatabaseEngine"); IMPLEMENT_CONSTASCII_USTRING(FRM_NUMBER_FORMATTER, "com.sun.star.util.NumberFormatter"); @@ -287,7 +286,6 @@ namespace frm { \ DECLARE_SERVICE_INFO(OFormsCollection) DECLARE_SERVICE_INFO(ODatabaseForm) -DECLARE_SERVICE_INFO(OInternationalInfo) //--------------------------------------------------------------------------------------- @@ -457,7 +455,6 @@ void ensureClassInfos() // = various REGISTER_CLASS1(OFormsCollection, FRM_SUN_FORMS_COLLECTION); REGISTER_CLASS4(ODatabaseForm, FRM_COMPONENT_FORM, FRM_SUN_COMPONENT_FORM, FRM_SUN_COMPONENT_HTMLFORM, FRM_SUN_COMPONENT_DATAFORM); - REGISTER_CLASS1(OInternationalInfo, FRM_SUN_INTERNATIONAL_INFO); } |