From 70c1df40ca88036090c9bb488438ee2c2da9df0d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 14:44:35 +0000 Subject: 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 --- idlc/source/astconstant.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'idlc/source/astconstant.cxx') 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) -- cgit