summaryrefslogtreecommitdiff
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-04-05 07:54:52 +0300
committerTor Lillqvist <tml@collabora.com>2016-04-05 07:54:52 +0300
commit08b8de7c93a80f6c5a0d131fa07da8b1eb622ff9 (patch)
treebe00848ce919806404b5363664313440626e1ec0 /l10ntools/source/merge.cxx
parentc1b90fa342e09ab30068f6294fc866c63d7ae4c4 (diff)
loplugin:staticanonymous
Change-Id: If86e2df6d24766c5685466c4c6fc63ecba798000
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 7789e3bad730..7ee23603c6bf 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -29,7 +29,7 @@
namespace
{
- static OString lcl_NormalizeFilename(const OString& rFilename)
+ OString lcl_NormalizeFilename(const OString& rFilename)
{
return rFilename.copy(
std::max(
@@ -37,7 +37,7 @@ namespace
rFilename.lastIndexOf( '/' ))+1);
};
- static bool lcl_ReadPoChecked(
+ bool lcl_ReadPoChecked(
PoEntry& o_rPoEntry, PoIfstream& rPoFile,
const OString& rFileName)
{