diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:44:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:44:35 +0000 |
commit | 70c1df40ca88036090c9bb488438ee2c2da9df0d (patch) | |
tree | a8a21483aa67e88ce51cc34e0a7bf0421416a9c6 /idlc | |
parent | a57db692218c45f0f767e969f2d0b92eb9163b4f (diff) |
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')
-rw-r--r-- | idlc/source/astconstant.cxx | 8 |
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) |