diff options
author | Kay Ramme <kr@openoffice.org> | 2001-01-16 17:03:50 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-01-16 17:03:50 +0000 |
commit | fc27d61878cccb8bf86f71b6bd27423f54ae73ea (patch) | |
tree | 4fb73ef92e0dd0fae6b1a37e5fd439460192ccb3 /jurt | |
parent | 49b4d41601e387b89512f2422fc515e3f1506100 (diff) |
Mapping renamed to IMapping
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/uno/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/com/sun/star/uno/makefile.mk b/jurt/com/sun/star/uno/makefile.mk index 02258580ac9e..987dfadc66de 100644 --- a/jurt/com/sun/star/uno/makefile.mk +++ b/jurt/com/sun/star/uno/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jsc $ $Date: 2000-11-08 13:06:52 $ +# last change: $Author: kr $ $Date: 2001-01-16 18:03:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,7 @@ JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/IBridge.class \ $(CLASSDIR)$/$(PACKAGE)$/IEnvironment.class \ $(CLASSDIR)$/$(PACKAGE)$/IQueryInterface.class \ - $(CLASSDIR)$/$(PACKAGE)$/Mapping.class \ + $(CLASSDIR)$/$(PACKAGE)$/IMapping.class \ $(CLASSDIR)$/$(PACKAGE)$/MappingException.class \ $(CLASSDIR)$/$(PACKAGE)$/MappingWrapper.class \ $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime.class |