summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-02-14 23:25:40 +0100
committerGabor Kelemen <kelemeng@ubuntu.com>2023-02-15 18:39:38 +0000
commit259ae22056b34f3477fc7ac0f31666dec41bf8ea (patch)
treee1f2818b39104941e5ab26eee1eb7af1fb93227a /i18npool
parentc95597ac428f6515df232a07e82af75f4e0e242a (diff)
Drop 'using namespace ::std' in dirs [e-p]*
Change-Id: Ibe6a2f662f5721c594d28a8e0d7340d0f3cffe95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147075 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/saxparser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx
index d13e99bb7345..8cad894951a1 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -40,7 +40,6 @@
#include "LocaleNode.hxx"
-using namespace ::std;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -183,7 +182,7 @@ public: // Error handler
public: // ExtendedDocumentHandler
- stack<LocaleNode *> currentNode ;
+ std::stack<LocaleNode *> currentNode ;
LocaleNode * rootNode;
virtual void SAL_CALL startDocument() override