diff options
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/test/cpputest.idl | 5 | ||||
-rw-r--r-- | cppu/test/language_binding.idl | 6 | ||||
-rw-r--r-- | cppu/test/makefile.mk | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/cppu/test/cpputest.idl b/cppu/test/cpputest.idl index fab2b36ae7a8..8dfa79bb7d80 100644 --- a/cppu/test/cpputest.idl +++ b/cppu/test/cpputest.idl @@ -2,9 +2,9 @@ * * $RCSfile: cpputest.idl,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:25:53 $ + * last change: $Author: dbo $ $Date: 2001-03-21 11:35:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,6 @@ struct Base2 : Base1 double p2; }; -[ uik(46121273-3462-11d3-87A400A0-24494732), ident("SimpleInterface", 1.0) ] interface XSimpleInterface : com::sun::star::uno::XInterface { void method(); diff --git a/cppu/test/language_binding.idl b/cppu/test/language_binding.idl index ad23f590bf12..f483a0641d5b 100644 --- a/cppu/test/language_binding.idl +++ b/cppu/test/language_binding.idl @@ -2,9 +2,9 @@ * * $RCSfile: language_binding.idl,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:25:54 $ + * last change: $Author: dbo $ $Date: 2001-03-21 11:35:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,6 @@ typedef TestDataElements TestData; * * @author Daniel Boelzle */ -[ uik(46833373-3462-11d3-87A400A0-24494732), ident("XLBTest", 1.0) ] interface XLBTestBase : com::sun::star::uno::XInterface { /** @@ -183,7 +182,6 @@ interface XLBTestBase : com::sun::star::uno::XInterface * * @author Daniel Boelzle */ -[ uik(44C34C20-3478-11d3-87A400A0-24494732), ident("XLanguageBindingTest", 1.0) ] interface XLanguageBindingTest : test::XLBTestBase { /** diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index f6b02d34e49d..78fe40f66530 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: dbo $ $Date: 2001-03-19 14:46:32 $ +# last change: $Author: dbo $ $Date: 2001-03-21 11:35:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -157,7 +157,7 @@ TYPES:= -Ttest.XLanguageBindingTest \ # -Tcom.sun.star.uno.XCurrentContext \ $(BIN)$/testcppu.rdb: $(ALLIDLFILES) - +unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $? + +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $? +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)} +regmerge $@ / $(UNOUCRRDB) touch $@ |