summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
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;