summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfindex.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index 04708bd92f70..4b3aee95da1a 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -152,27 +152,11 @@ public:
void SetIndexType(enumXFIndex type);
/**
- * @descr Set index entry template.
- * @param level [1-10].
- */
- void AddTemplate(sal_uInt32 level,
- rtl::OUString style,
- enumXFIndexTemplate type1 = enumXFIndexTemplateChapter,
- enumXFIndexTemplate type2 = enumXFIndexTemplateText,
- enumXFIndexTemplate type3 = enumXFIndexTemplateTab,
- enumXFIndexTemplate type4 = enumXFIndexTemplatePage);
-
- /**
* @descr Add index templaet entry.
*/
void AddTemplate(rtl::OUString level, rtl::OUString style, XFIndexTemplate* templ);
/**
- * @descr Add index entry.
- */
- void AddEntry(rtl::OUString entry, rtl::OUString strParaStyle);
-
- /**
* @descr Set if protected index to prevent handly-revise.
*/
void SetProtected(sal_Bool protect);