summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/source/filter/html/htmlpars.cxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/source/filter/html/htmlpars.cxx')
-rw-r--r--sc/source/filter/html/htmlpars.cxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 3882f005e809..38bd3e2dde65 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: htmlpars.cxx,v $
- * $Revision: 1.34 $
+ * $Revision: 1.34.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -2829,20 +2829,6 @@ const ScHTMLTable* ScHTMLQueryParser::GetGlobalTable() const
return mpGlobTable.get();
}
-
-// ----------------------------------------------------------------------------
-
-ScHTMLTable* ScHTMLQueryParser::GetTable( ScHTMLTableId nTableId ) const
-{
- if( nTableId == SC_HTML_GLOBAL_TABLE )
- return mpGlobTable.get();
- ScHTMLTable* pTable = mpGlobTable->FindNestedTable( nTableId );
- DBG_ASSERT( pTable, "ScHTMLQueryParser::GetTable - table not found" );
- if( !pTable )
- return mpGlobTable.get();
- return pTable;
-}
-
void ScHTMLQueryParser::ProcessToken( const ImportInfo& rInfo )
{
switch( rInfo.nToken )