summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-07-21 13:54:43 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-07-22 21:45:22 +0000
commit8278be98600b21eaa237c9b7a072ffcff370f3b7 (patch)
tree9755655351ce065eadb084b048c88288998c2082 /l10ntools
parent88e73ff03886c7d59c3977b9add5c97efecf6044 (diff)
Fix typos
Thanks to Carlo Bertoldi for the german translation. Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb Reviewed-on: https://gerrit.libreoffice.org/27355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/export.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 6372f907de5a..de210396b075 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -306,7 +306,7 @@ class MergeDataFile
MergeDataHashMap aMap;
std::set<OString> aLanguageSet;
- MergeData *GetMergeData( ResData *pResData , bool bCaseSensitve = false );
+ MergeData *GetMergeData( ResData *pResData , bool bCaseSensitive = false );
void InsertEntry(const OString &rTYP, const OString &rGID,
const OString &rLID, const OString &nLang,
const OString &rTEXT, const OString &rQHTEXT,