diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:14:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:14:43 +0000 |
commit | 562736c914ea1fb9383704678c01fb519a8e5db6 (patch) | |
tree | 61671a94bc4b9f7d745b80102bb7f68fafd63fae /idlc | |
parent | 4e7990f8f3cccbfdf38409f86153cf2c9d2ce79c (diff) |
INTEGRATION: CWS jsc4 (1.12.10); FILE MERGED
2006/01/25 11:36:19 jsc 1.12.10.1: #i61138# include singleton type info in normal type library
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdump.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx index 718370a88172..859db2a67298 100644 --- a/idlc/source/astdump.cxx +++ b/idlc/source/astdump.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astdump.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:06:34 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -229,10 +229,6 @@ sal_Bool AstService::dump(RegistryKey& rKey) case NT_service_member: if (getNodeType() == NT_singleton) { OSL_ASSERT(superName.getLength() == 0); - if (!idlc()->getOptions()->isValid("-C")) { - return true; - } -// superName = static_cast< AstServiceMember * >(*i)-> superName = ((AstServiceMember *)(*i))-> getRealService()->getRelativName(); break; |