diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-05-18 14:38:10 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-05-18 14:38:10 +0000 |
commit | f3097d7b52b481bfec4e6235c9396738ea3aa9f2 (patch) | |
tree | ad68b788aa60bc47b6b18056a54c75db07618e38 /registry | |
parent | 465b869e784fa0a3641f36a1d65d29605447d3bd (diff) |
#87233# insert singleton
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index a30150d71859..7ae7d7a00dfe 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: regimpl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: pl $ $Date: 2001-05-10 19:48:22 $ + * last change: $Author: jsc $ $Date: 2001-05-18 15:32:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,6 +159,9 @@ static sal_Bool dumpType(RegistryTypeReader& reader, const OString& sIndent) case RT_TYPE_SERVICE: fprintf(stdout, "type: 'service'\n"); break; + case RT_TYPE_SINGLETON: + fprintf(stdout, "type: 'singleton'\n"); + break; case RT_TYPE_CONSTANTS: fprintf(stdout, "type: 'constants'\n"); break; |