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.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/l10ntools/inc/gConvPo.hxx b/l10ntools/inc/gConvPo.hxx
index 4511a27e8981..d76a4a5a1767 100644
--- a/l10ntools/inc/gConvPo.hxx
+++ b/l10ntools/inc/gConvPo.hxx
@@ -42,22 +42,22 @@ class convert_po : public convert_gen
void handleNL ();
// Used to save .pot files
- void startSave(const std::string& sName,
- const std::string& sTargetDir,
- const std::string& sFile);
- void save(const std::string& sFileName,
- const std::string& sKey,
- const std::string& sENUStext,
- const std::string& sText,
+ void startSave(const string& sName,
+ const string& sTargetDir,
+ const string& sFile);
+ void save(const string& sFileName,
+ const string& sKey,
+ const string& sENUStext,
+ const string& sText,
bool bFuzzy);
void endSave();
private:
- std::string msId;
- std::string msStr;
- std::string msKey;
+ string msId;
+ string msStr;
+ string msKey;
bool mbFuzzy;
- std::filebuf outBuffer;
+ filebuf outBuffer;
void doExecute() override;
};