From 5385b8c83ac6984432f6777762c0f929703edae2 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Tue, 27 Mar 2001 09:54:22 +0000 Subject: bugfixes for string constant --- idlc/source/astconstant.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'idlc/source/astconstant.cxx') diff --git a/idlc/source/astconstant.cxx b/idlc/source/astconstant.cxx index 21b62cbc7e6e..d8bdc37e3b85 100644 --- a/idlc/source/astconstant.cxx +++ b/idlc/source/astconstant.cxx @@ -2,9 +2,9 @@ * * $RCSfile: astconstant.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2001-03-27 10:53:19 $ + * last change: $Author: jsc $ $Date: 2001-03-27 10:54:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,9 +97,6 @@ sal_Bool AstConstant::dumpBlob(RegistryTypeWriter& rBlob, sal_uInt16 index) { RTConstValue aConst; sal_Unicode* str = NULL; -// sal_Bool bRelativ = sal_False; -// if ( getScope()->getScopeNodeType() == NT_constants ) -// bRelativ = sal_True; AstExprValue *exprVal = getConstValue()->getExprValue(); switch (getConstValueType()) @@ -163,8 +160,6 @@ sal_Bool AstConstant::dumpBlob(RegistryTypeWriter& rBlob, sal_uInt16 index) } } -// OString name(getRelativName()); -// if ( getNodeType() == NT_enum_val || bRelativ ) OString name = getLocalName(); OUString type; -- cgit