summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/idl/i_module.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
committerKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
commitc60ba8c007d730f9553e50b70de5696632166392 (patch)
tree12e20440c86363994fe77fc4aad4dce3f1dd623e /autodoc/source/ary/idl/i_module.cxx
parent4fbb6a8a259b4b3203e5d7d9272531e2ca8bc308 (diff)
CWS-TOOLING: integrate CWS cmcfixes59
2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free
Diffstat (limited to 'autodoc/source/ary/idl/i_module.cxx')
-rw-r--r--autodoc/source/ary/idl/i_module.cxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx
index 87adac427b4d..e82a874b2242 100644
--- a/autodoc/source/ary/idl/i_module.cxx
+++ b/autodoc/source/ary/idl/i_module.cxx
@@ -48,7 +48,6 @@
#include <ary/idl/i_sisingleton.hxx>
#include <ary/idl/ip_ce.hxx>
#include <nametreenode.hxx>
-#include "i_strconst.hxx"
namespace ary
@@ -80,41 +79,6 @@ Module::Add_Name( const String & i_sName,
pImpl->Add_Name(i_sName, i_nCodeEntity);
}
-
-//void
-//Module::Get_FullName( StringVector & o_rText,
-// Ce_idList * o_pRelatedCes,
-// const Gate & i_rGate ) const
-//{
-// if (pImpl->Depth() < 1)
-// return;
-//
-// if (o_pRelatedCes == 0)
-// {
-// for ( StringVector::const_iterator it = pImpl->NameChain_Begin();
-// it != pImpl->NameChain_End();
-// ++it )
-// {
-// o_rText.push_back(strconst::NamespaceSeparator());
-// o_rText.push_back(*it);
-// }
-// }
-// else
-// {
-// if (pImpl->Depth() > 1)
-// {
-// i_rGate.Ces().Find_Module(pImpl->Parent())
-// .Get_FullName( o_rText,
-// o_pRelatedCes,
-// i_rGate );
-// }
-//
-// o_rText.push_back(strconst::NamespaceSeparator());
-// o_rText.push_back(pImpl->Name());
-// o_pRelatedCes->push_back(CeId());
-// }
-//}
-
Ce_id
Module::Search_Name( const String & i_sName ) const
{
@@ -127,12 +91,6 @@ Module::Get_Names( Dyn_StdConstIterator<Ce_id> & o_rResult ) const
pImpl->Get_Names( o_rResult );
}
-intt
-Module::Depth() const
-{
- return pImpl->Depth();
-}
-
void
Module::do_Accept( csv::ProcessorIfc & io_processor ) const
{