From 5c44484b924a3aa8a7b39a0f31413a307d57906b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 25 Mar 2003 17:05:07 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- forms/util/frm.xml | 2 -- forms/util/makefile.mk | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'forms/util') 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 @@ com.sun.star.form.component.HiddenControl com.sun.star.form.FormComponent - com.sun.star.form.FormControlModel - com.sun.star.awt.UnoControlModel 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 -- cgit