summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvPo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gConvPo.hxx')
-rw-r--r--l10ntools/inc/gConvPo.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/inc/gConvPo.hxx b/l10ntools/inc/gConvPo.hxx
index 7ca45bff93a2..4511a27e8981 100644
--- a/l10ntools/inc/gConvPo.hxx
+++ b/l10ntools/inc/gConvPo.hxx
@@ -42,7 +42,8 @@ class convert_po : public convert_gen
void handleNL ();
// Used to save .pot files
- void startSave(const std::string& sLanguage,
+ void startSave(const std::string& sName,
+ const std::string& sTargetDir,
const std::string& sFile);
void save(const std::string& sFileName,
const std::string& sKey,
@@ -58,6 +59,6 @@ class convert_po : public convert_gen
bool mbFuzzy;
std::filebuf outBuffer;
- void execute() override;
+ void doExecute() override;
};
#endif