#90040# no InternationalHack service anymore
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
@@ -82,8 +82,7 @@ SLOFILES= $(SLO)$/limitedformats.obj \
|
|||||||
$(SLO)$/property.obj \
|
$(SLO)$/property.obj \
|
||||||
$(SLO)$/services.obj \
|
$(SLO)$/services.obj \
|
||||||
$(SLO)$/InterfaceContainer.obj \
|
$(SLO)$/InterfaceContainer.obj \
|
||||||
$(SLO)$/ids.obj \
|
$(SLO)$/ids.obj
|
||||||
$(SLO)$/InternationalHack.obj \
|
|
||||||
|
|
||||||
# --- Targets ----------------------------------
|
# --- Targets ----------------------------------
|
||||||
|
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: services.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* 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_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_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_DATA_ENGINE, "com.sun.star.data.DatabaseEngine");
|
||||||
IMPLEMENT_CONSTASCII_USTRING(FRM_NUMBER_FORMATTER, "com.sun.star.util.NumberFormatter");
|
IMPLEMENT_CONSTASCII_USTRING(FRM_NUMBER_FORMATTER, "com.sun.star.util.NumberFormatter");
|
||||||
@@ -287,7 +286,6 @@ namespace frm { \
|
|||||||
|
|
||||||
DECLARE_SERVICE_INFO(OFormsCollection)
|
DECLARE_SERVICE_INFO(OFormsCollection)
|
||||||
DECLARE_SERVICE_INFO(ODatabaseForm)
|
DECLARE_SERVICE_INFO(ODatabaseForm)
|
||||||
DECLARE_SERVICE_INFO(OInternationalInfo)
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -457,7 +455,6 @@ void ensureClassInfos()
|
|||||||
// = various
|
// = various
|
||||||
REGISTER_CLASS1(OFormsCollection, FRM_SUN_FORMS_COLLECTION);
|
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_CLASS4(ODatabaseForm, FRM_COMPONENT_FORM, FRM_SUN_COMPONENT_FORM, FRM_SUN_COMPONENT_HTMLFORM, FRM_SUN_COMPONENT_DATAFORM);
|
||||||
REGISTER_CLASS1(OInternationalInfo, FRM_SUN_INTERNATIONAL_INFO);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
@@ -167,7 +167,6 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
|
|||||||
@echo ODatabaseForm >> $@
|
@echo ODatabaseForm >> $@
|
||||||
@echo OFormComponents >> $@
|
@echo OFormComponents >> $@
|
||||||
@echo OFormSubmitResetThread >> $@
|
@echo OFormSubmitResetThread >> $@
|
||||||
@echo OInternational >> $@
|
|
||||||
@echo OGrid >> $@
|
@echo OGrid >> $@
|
||||||
@echo FieldColumn >> $@
|
@echo FieldColumn >> $@
|
||||||
@echo BoxColumn >> $@
|
@echo BoxColumn >> $@
|
||||||
|
Reference in New Issue
Block a user