summaryrefslogtreecommitdiffstats
path: root/idlc/source/astconstant.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:44:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:44:35 +0000
commit70c1df40ca88036090c9bb488438ee2c2da9df0d (patch)
treea8a21483aa67e88ce51cc34e0a7bf0421416a9c6 /idlc/source/astconstant.cxx
parentINTEGRATION: CWS sdksample (1.4.14); FILE MERGED (diff)
downloadcore-70c1df40ca88036090c9bb488438ee2c2da9df0d.tar.gz
core-70c1df40ca88036090c9bb488438ee2c2da9df0d.zip
INTEGRATION: CWS sdksample (1.5.18); FILE MERGED
2005/01/21 13:10:04 jsc 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2004/11/26 16:17:01 jsc 1.5.18.2: #i29966# remove to optimistic API change 2004/10/27 15:59:30 jsc 1.5.18.1: #i29966# remove filename related APIs
Diffstat (limited to 'idlc/source/astconstant.cxx')
-rw-r--r--idlc/source/astconstant.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/idlc/source/astconstant.cxx b/idlc/source/astconstant.cxx
index e58b98a72ba8..f07150c41078 100644
--- a/idlc/source/astconstant.cxx
+++ b/idlc/source/astconstant.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astconstant.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 13:34:03 $
+ * last change: $Author: rt $ $Date: 2005-01-31 15:44:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,15 +155,13 @@ sal_Bool AstConstant::dumpBlob(
OString name = getLocalName();
OUString type;
- OUString fileName;
if ( getNodeType() != NT_enum_val )
{
type = OStringToOUString(exprTypeToString(getConstValueType()), RTL_TEXTENCODING_UTF8);
- fileName = OStringToOUString(getFileName(), RTL_TEXTENCODING_UTF8);
}
rBlob.setFieldData(
- index, getDocumentation(), fileName,
+ index, getDocumentation(), OUString(),
RT_ACCESS_CONST | (published ? RT_ACCESS_PUBLISHED : 0),
OStringToOUString(name, RTL_TEXTENCODING_UTF8), type, aConst);
if (str)