diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:05:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:05:07 +0000 |
commit | 5c44484b924a3aa8a7b39a0f31413a307d57906b (patch) | |
tree | b500553af781549a310da857036097f1c152ec17 /forms/util | |
parent | 29a4847890f529dad10e2d9f0334eeb6c919f0c7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/frm.xml | 2 | ||||
-rw-r--r-- | forms/util/makefile.mk | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/forms/util/frm.xml b/forms/util/frm.xml index d180912534a6..26acdaa34c5e 100644 --- a/forms/util/frm.xml +++ b/forms/util/frm.xml @@ -53,8 +53,6 @@ <status value="final"/> <supported-service>com.sun.star.form.component.HiddenControl</supported-service> <supported-service>com.sun.star.form.FormComponent</supported-service> - <supported-service>com.sun.star.form.FormControlModel</supported-service> - <supported-service>com.sun.star.awt.UnoControlModel</supported-service> </component-description> <component-description> <author></author> diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index 000165bb3f67..11b37cb91c84 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2002-08-15 15:56:19 $ +# last change: $Author: hr $ $Date: 2003-03-25 18:01:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,7 +101,8 @@ SHL1STDLIBS= \ $(UNOTOOLSLIB) \ $(COMPHELPERLIB) \ $(DBTOOLSLIB) \ - $(TKLIB) + $(TKLIB) \ + $(SVXLIB) SHL1LIBS=$(LIB1TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |