From 3b666f6819bb0230520bc724d5e33a7a349aa15c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 21 Jan 2018 18:28:03 +0200 Subject: remove some sal_Bool remnants Change-Id: I0a9637aca523a73fbdbbd22f9ad735d6d1ba6898 Reviewed-on: https://gerrit.libreoffice.org/48273 Tested-by: Jenkins Reviewed-by: Noel Grandin --- l10ntools/inc/xmlparse.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') 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 m_aNodes_localize; + std::unordered_map m_aNodes_localize; std::unique_ptr m_pXMLStrings; -- cgit