summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:21:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:21:22 +0000
commitd4c972784ab36b4f7a0477979b11c76e445ca21b (patch)
treeac6d203b2fde3e6c9e2b4e83dac64bd00f66d186 /xmlhelp/source/cxxhelp/inc
parent79ddc99252aacdcdab74d24fbacfd8b809776ab7 (diff)
INTEGRATION: CWS ab52 (1.3.6); FILE MERGED
2008/06/18 09:20:10 ab 1.3.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r--xmlhelp/source/cxxhelp/inc/qe/ContextTables.hxx18
-rw-r--r--xmlhelp/source/cxxhelp/inc/qe/Query.hxx5
2 files changed, 2 insertions, 21 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/ContextTables.hxx b/xmlhelp/source/cxxhelp/inc/qe/ContextTables.hxx
index d4fa54af997b..b3752990ec49 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/ContextTables.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/ContextTables.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ContextTables.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -86,10 +86,6 @@ namespace xmlsearch {
void setMicroindex( sal_Int32 docNo ) throw( xmlsearch::excep::XmlSearchException );
- sal_Int32 parentContext( sal_Int32 context );
-
- rtl::OUString linkName( sal_Int32 context );
-
sal_Int32 linkCode( const rtl::OUString& linkName_ );
bool* getIgnoredElementsSet( sal_Int32& len, /*out*/
@@ -101,18 +97,6 @@ namespace xmlsearch {
sal_Int32 firstParentWithCode( const sal_Int32 pos,const sal_Int32 linkCode_ );
- sal_Int32 firstParentWithCode2( sal_Int32 pos,const sal_Int32 linkCode_,const sal_Int32 parentCode );
-
- sal_Int32 firstParentWithCode3( sal_Int32 pos,sal_Int32 linkCode_,sal_Int32 ancestorCode );
-
- sal_Int32 firstParentWithCode4(sal_Int32 pos, sal_Int32 linkCodesL,sal_Int32* linkCodes );
-
- sal_Int32 firstParentWithCode5(sal_Int32 pos,sal_Int32 pathCodesL,sal_Int32* pathCodes);
-
- sal_Int32 firstParentWithCode7( const sal_Int32 pos,const sal_Int32 linkCode_,const sal_Int32 seq );
-
- bool isGoverning( sal_Int32 context );
-
void resetContextSearch();
sal_Int32 wordContextLin(sal_Int32 wordNumber);
diff --git a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
index 3da66e561038..1d7cbb22f079 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Query.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -314,9 +314,6 @@ namespace xmlsearch {
QueryHitData* getHit( const PrefixTranslator* ) const;
- double getPenalty();
-
-
private:
bool accessible_;