summaryrefslogtreecommitdiff
path: root/idlc/source/aststruct.cxx
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-08-30 06:22:03 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-08-30 06:22:03 +0000
commit49c4014d0f731db73d749e57021efdf3384c51ed (patch)
tree11d39257f90133fed3c0bb34581eb77194e67b1c /idlc/source/aststruct.cxx
parent528e277b7a737021744bf911ad555f813fc69c65 (diff)
#91718# change warning,error output
Diffstat (limited to 'idlc/source/aststruct.cxx')
-rw-r--r--idlc/source/aststruct.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx
index b4f65029d5a3..873482e3dfdb 100644
--- a/idlc/source/aststruct.cxx
+++ b/idlc/source/aststruct.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: aststruct.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
@@ -147,7 +147,7 @@ sal_Bool AstStruct::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;
}