summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-01-21 18:28:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-22 07:04:29 +0100
commit3b666f6819bb0230520bc724d5e33a7a349aa15c (patch)
tree6bd1b4c62f59073a477e3e7571a21efac55fba83 /l10ntools
parent342a56deda984a1a21b7a49b56acfaed4ebdfd9a (diff)
remove some sal_Bool remnants
Change-Id: I0a9637aca523a73fbdbbd22f9ad735d6d1ba6898 Reviewed-on: https://gerrit.libreoffice.org/48273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/xmlparse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index b3a8fbe36455..e8e2d203801d 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -178,7 +178,7 @@ private:
OString m_sFileName;
/// Mapping XML tag names <-> have localizable strings
- std::unordered_map<OString, sal_Bool> m_aNodes_localize;
+ std::unordered_map<OString, bool> m_aNodes_localize;
std::unique_ptr<XMLHashMap> m_pXMLStrings;