summaryrefslogtreecommitdiffstats
path: root/l10ntools/inc/gConvPo.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-03 09:43:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-03 09:43:06 +0100
commita39fb49535bbcdecd0a605250f82335aee690937 (patch)
tree94b8b631c1ca1bf95af14c076f451e8157cc1706 /l10ntools/inc/gConvPo.hxx
parentRemoved call of genLang makefile (diff)
downloadcore-a39fb49535bbcdecd0a605250f82335aee690937.tar.gz
core-a39fb49535bbcdecd0a605250f82335aee690937.zip
various loplugin warnings
Change-Id: I9078ba18d8897a89a472fe75385542dac0c6bf78
Diffstat (limited to 'l10ntools/inc/gConvPo.hxx')
-rw-r--r--l10ntools/inc/gConvPo.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/l10ntools/inc/gConvPo.hxx b/l10ntools/inc/gConvPo.hxx
index 7d2d8f25ac44..b46706440a9f 100644
--- a/l10ntools/inc/gConvPo.hxx
+++ b/l10ntools/inc/gConvPo.hxx
@@ -40,7 +40,7 @@ class convert_po : public convert_gen_impl
convert_po(l10nMem& crMemory);
- ~convert_po();
+ virtual ~convert_po();
void startLook ();
void setValue (char *syyText, int iLineCnt);
@@ -57,15 +57,15 @@ class convert_po : public convert_gen_impl
bool mbFuzzy;
std::filebuf outBuffer;
- void execute();
+ void execute() override;
void startSave(const std::string& sLanguage,
- const std::string& sFile);
+ const std::string& sFile) override;
void save(const std::string& sFileName,
const std::string& sKey,
const std::string& sENUStext,
const std::string& sText,
- bool bFuzzy);
- void endSave();
+ bool bFuzzy) override;
+ void endSave() override;
};
#endif