summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r--l10ntools/source/helpmerge.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index 3ac3c57839e5..6f4071e32053 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -77,10 +77,8 @@ void HelpParser::Dump(LangHashMap* rElem_in,const rtl::OString & sKey_in)
}
#endif
-HelpParser::HelpParser( const rtl::OString &rHelpFile, bool rUTF8 , bool rHasInputList )
- : sHelpFile( rHelpFile ),
- bUTF8 ( rUTF8 ),
- bHasInputList( rHasInputList )
+HelpParser::HelpParser( const rtl::OString &rHelpFile )
+ : sHelpFile( rHelpFile )
{};
/*****************************************************************************/