diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-08-30 06:22:03 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-08-30 06:22:03 +0000 |
commit | 49c4014d0f731db73d749e57021efdf3384c51ed (patch) | |
tree | 11d39257f90133fed3c0bb34581eb77194e67b1c /idlc/source/astunion.cxx | |
parent | 528e277b7a737021744bf911ad555f813fc69c65 (diff) |
#91718# change warning,error output
Diffstat (limited to 'idlc/source/astunion.cxx')
-rw-r--r-- | idlc/source/astunion.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/idlc/source/astunion.cxx b/idlc/source/astunion.cxx index eb9ffd7801a4..96c288625235 100644 --- a/idlc/source/astunion.cxx +++ b/idlc/source/astunion.cxx @@ -2,9 +2,9 @@ * * $RCSfile: astunion.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2001-04-11 07:24:23 $ + * last change: $Author: jsc $ $Date: 2001-08-30 07:22:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -311,7 +311,7 @@ sal_Bool AstUnion::dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader) { fprintf(stderr, "%s: warning, could not create key '%s' in '%s'\n", idlc()->getOptions()->getProgramName().getStr(), - getFullName().getStr(), rKey.getRegistryName().getStr()); + getFullName().getStr(), OUStringToOString(rKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); return sal_False; } @@ -389,7 +389,7 @@ sal_Bool AstUnion::dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader) { fprintf(stderr, "%s: warning, could not set value of key \"%s\" in %s\n", idlc()->getOptions()->getProgramName().getStr(), - getFullName(), localKey.getRegistryName()); + getFullName().getStr(), OUStringToOString(localKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); return sal_False; } |