summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-19 11:55:02 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-19 11:55:02 +0000
commitd6a6a966d0fbb54884c2d4bfab408556a6a4c4e1 (patch)
tree07eaf3a6310acdd88c3c5b8974f442b4a3e768eb /stoc/source
parent985e727059130a1275733876fd912c04c8a89fb2 (diff)
NAMESPACE_STD replaced by std::
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/inspect/introspection.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index 2952cc857..7815c6528 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: introspection.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:32:32 $
+ * last change: $Author: jl $ $Date: 2001-03-19 12:55:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -214,7 +214,7 @@ struct eqName_Impl
}
};
-typedef NAMESPACE_STD(hash_map)
+typedef std::hash_map
<
OUString,
sal_Int32,
@@ -226,7 +226,7 @@ IntrospectionNameMap;
// Hashtable zur Zuordnung der exakten Namen zu den zu Lower-Case
// konvertierten Namen, dient zur Unterstützung von XExactName
-typedef NAMESPACE_STD(hash_map)
+typedef std::hash_map
<
OUString,
OUString,
@@ -1523,7 +1523,7 @@ struct hashIntrospectionAccessCache_Impl
};
-typedef NAMESPACE_STD(hash_map)
+typedef std::hash_map
<
hashIntrospectionKey_Impl,
IntrospectionAccessStatic_Impl*,
@@ -1600,7 +1600,7 @@ size_t TypeProviderAccessCache_Impl::operator()(const hashTypeProviderKey_Impl &
}
-typedef NAMESPACE_STD(hash_map)
+typedef std::hash_map
<
hashTypeProviderKey_Impl,
IntrospectionAccessStatic_Impl*,
@@ -1904,7 +1904,7 @@ struct eqInterface_Impl
}
};
-typedef NAMESPACE_STD(hash_map)
+typedef std::hash_map
<
void*,
void*,