summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx b/xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx
index d31a9d03d1b4..246d647603ee 100644
--- a/xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx
+++ b/xmlhelp/source/cxxhelp/inc/util/ConceptList.hxx
@@ -58,18 +58,6 @@ namespace xmlsearch {
void value( sal_Int32 val ) { value_ += val; }
- sal_Int32 first() throw( xmlsearch::excep::XmlSearchException )
- {
- value_ = 0;
- sal_Int32 ret = list_.readNext( k_,this ) ? value_ : END;
- return ret;
- }
-
- sal_Int32 next() throw( xmlsearch::excep::XmlSearchException )
- {
- return list_.readNext( k_,this) ? value_ : END;
- }
-
private:
sal_Int32 k_,value_;