diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-09 13:48:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-09 13:48:24 +0000 |
commit | 331224c2158825d38c8358747ad05a0778091499 (patch) | |
tree | a6180680701f770f3d1dfae81863948f976dcfcb /registry | |
parent | 353607df2ed59f00ad67a74de29b3db662ea960a (diff) |
#65293#: syntax
Diffstat (limited to 'registry')
-rw-r--r-- | registry/inc/registry/refltype.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/registry/inc/registry/refltype.hxx b/registry/inc/registry/refltype.hxx index 77277866829f..947dd3cd4fb1 100644 --- a/registry/inc/registry/refltype.hxx +++ b/registry/inc/registry/refltype.hxx @@ -2,9 +2,9 @@ * * $RCSfile: refltype.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2000-10-09 11:53:09 $ + * last change: $Author: hr $ $Date: 2000-10-09 14:48:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.2 2000/10/09 11:53:09 jsc + change the binary typelibrary format, make it extendable + Revision 1.1.1.1 2000/09/18 15:18:42 hr initial import @@ -144,7 +147,7 @@ enum RTTypeSource { RT_UNO_IDL, RT_CORBA_IDL, - RT_JAVA, + RT_JAVA }; enum RTTypeClass |