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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index aa341783a5f9..71276172e6ac 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -92,17 +92,17 @@ public:
/**
* @descr Add a entry in the template.
*/
- void AddEntry(enumXFIndexTemplate entry, const OUString& styleName = "");
+ void AddEntry(enumXFIndexTemplate entry, const OUString& styleName);
/**
* @descr Add a tab entry in the template.
*/
- void AddTabEntry(enumXFTab type, double len, sal_Unicode leader = '*', sal_Unicode delimiter='.', const OUString& styleName = "");
+ void AddTabEntry(enumXFTab type, double len, sal_Unicode leader, sal_Unicode delimiter, const OUString& styleName = "");
/**
* @descr Add a entry in the template.
*/
- void AddTextEntry(const OUString& sSpan, const OUString& styleName = "");
+ void AddTextEntry(const OUString& sSpan, const OUString& styleName);
virtual void ToXml(IXFStream *pStrm) override;