diff options
author | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-18 15:24:44 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-18 19:18:44 +0100 |
commit | 5d84ae59e70b8b1017959a68934ac1f455ce2b13 (patch) | |
tree | caee93552f4afc35ad473909b04e7e866b4b6450 /l10ntools/inc | |
parent | fedd4a578e8e22f8a40990a3272056f5b7572110 (diff) |
Localize xhp files in help
Make helpex to be able to work with more xhp files at one time
- Add new input flag "-mi" which means multiinput
- Input is a file include pathes to xhp files
(these are in the same directory so their strings
are in the same po file)
- Output is a file include pathes to dest xhp files
- Merge reads all po entry from the specified po file
if MergeDataFile ctor's second parameter is empty
Rewrite makefiles to work with new syntax
Plus Delete some unused code
Change-Id: I5eb12d7a6f5e9cda378788410d3c50052eb752b8
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 34dfdc7eb472..401f8392a424 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -55,8 +55,6 @@ public: /// point to existing files. bool Merge( const rtl::OString &rSDFFile_in, const rtl::OString &rDestinationFile_in , const rtl::OString& sLanguage , MergeDataFile& aMergeDataFile ); - bool Merge( const rtl::OString &rSDFFile, const rtl::OString &rPathX , const rtl::OString &rPathY , bool bISO - , const std::vector<rtl::OString>& aLanguages , MergeDataFile& aMergeDataFile , bool bCreateDir ); private: rtl::OString GetOutpath( const rtl::OString& rPathX , const rtl::OString& sCur , const rtl::OString& rPathY ); |