#90040# no InternationalHack service anymore

This commit is contained in:
Frank Schönheit
2001-07-23 05:27:47 +00:00
parent 86ac300060
commit f372705e25
3 changed files with 7 additions and 12 deletions

View File

@@ -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 ----------------------------------

View File

@@ -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);
}

View File

@@ -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 >> $@