summaryrefslogtreecommitdiff
path: root/bridges/unotypes
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-03-21 15:35:35 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-03-21 15:35:35 +0000
commit037d353f38ae31eaa60076b7e0c927f9eb71e48e (patch)
treede0d3273df55b462fd9fae32baa0015989254ffb /bridges/unotypes
parenteb1e9e42a918e47f840058f323f24b24eae3e8fa (diff)
#98036# added DisposedException
Diffstat (limited to 'bridges/unotypes')
-rw-r--r--bridges/unotypes/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/unotypes/makefile.mk b/bridges/unotypes/makefile.mk
index 0d42733bca06..2dc3baea88b7 100644
--- a/bridges/unotypes/makefile.mk
+++ b/bridges/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: dbo $ $Date: 2001-04-18 12:02:47 $
+# last change: $Author: jbu $ $Date: 2002-03-21 16:35:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,6 +91,7 @@ UNOTYPES = \
com.sun.star.corba.TCKind \
com.sun.star.corba.ObjectKey \
com.sun.star.uno.XInterface \
+ com.sun.star.lang.DisposedException \
com.sun.star.uno.TypeClass
# --- Targets ------------------------------------------------------