summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/propertyids.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/propertyids.hxx')
-rw-r--r--connectivity/source/inc/propertyids.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx
index 409f3c568cdc..538fe88c586e 100644
--- a/connectivity/source/inc/propertyids.hxx
+++ b/connectivity/source/inc/propertyids.hxx
@@ -30,7 +30,7 @@ namespace dbtools
{
class OOO_DLLPUBLIC_DBTOOLS OPropertyMap
{
- ::std::map<sal_Int32, OUString> m_aPropertyMap;
+ std::map<sal_Int32, OUString> m_aPropertyMap;
public:
OPropertyMap();
const OUString& getNameByIndex(sal_Int32 _nIndex) const;