diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-11-23 22:32:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-11-23 22:39:04 +0100 |
commit | db4aab0e114df7eda1a53a218de41a38c5bde7f2 (patch) | |
tree | ea85a19c5fd36a39a7786514334be903a1557fa8 /l10ntools/inc | |
parent | 5eb9c58c31ac0ab1042ef1c2cc8b61e932dddf8d (diff) |
Remove some newly tagged unused methods
Change-Id: Ie55dfd19f223df62c091ffc4fdf28789b308a1c7
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 401f8392a424..aefc873a6aa0 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -49,19 +49,15 @@ public: static bool CreateSDF( const rtl::OString &rSDFFile_in, const rtl::OString &rPrj_in, const rtl::OString &rRoot_in, const rtl::OString &sHelpFile, XMLFile *pXmlFile, const rtl::OString &rGsi1 ); - static void parse_languages( std::vector<rtl::OString>& aLanguages , MergeDataFile& aMergeDataFile ); - /// Method merges the String from the SDFfile into XMLfile. Both Strings must /// point to existing files. bool Merge( const rtl::OString &rSDFFile_in, const rtl::OString &rDestinationFile_in , const rtl::OString& sLanguage , MergeDataFile& aMergeDataFile ); private: - rtl::OString GetOutpath( const rtl::OString& rPathX , const rtl::OString& sCur , const rtl::OString& rPathY ); bool MergeSingleFile( XMLFile* file , MergeDataFile& aMergeDataFile , const rtl::OString& sLanguage , rtl::OString const & sPath ); void ProcessHelp( LangHashMap* aLangHM , const rtl::OString& sCur , ResData *pResData , MergeDataFile& aMergeDataFile ); - void MakeDir(const rtl::OString& rPath); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |