diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/misc/makefile.mk | 7 | ||||
-rw-r--r-- | forms/source/misc/services.cxx | 7 | ||||
-rw-r--r-- | forms/util/makefile.mk | 5 |
3 files changed, 7 insertions, 12 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); } diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index 5ac819c962e9..ffa1d1ab7ea3 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: fs $ $Date: 2000-10-19 11:52:20 $ +# last change: $Author: fs $ $Date: 2001-07-23 06:27:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -167,7 +167,6 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo ODatabaseForm >> $@ @echo OFormComponents >> $@ @echo OFormSubmitResetThread >> $@ - @echo OInternational >> $@ @echo OGrid >> $@ @echo FieldColumn >> $@ @echo BoxColumn >> $@ |