diff options
author | Christian Lippka <cl@openoffice.org> | 2002-07-11 06:40:19 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-07-11 06:40:19 +0000 |
commit | 0a399327b01a646742d8005e053b92263b3d71e3 (patch) | |
tree | 508b4aecaf0b92e067982310d65df65106d939aa /svx/inc/xmleohlp.hxx | |
parent | 665df331d7918db73c9c82685dda047676b52aee (diff) |
fixed stl namespace
Diffstat (limited to 'svx/inc/xmleohlp.hxx')
-rw-r--r-- | svx/inc/xmleohlp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/xmleohlp.hxx b/svx/inc/xmleohlp.hxx index ecfb6067019a..e5f668204428 100644 --- a/svx/inc/xmleohlp.hxx +++ b/svx/inc/xmleohlp.hxx @@ -2,7 +2,7 @@ * * $RCSfile: xmleohlp.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * last change: $Author: cl $ * @@ -105,7 +105,7 @@ class SvXMLEmbeddedObjectHelper : public ::cppu::WeakComponentImplHelper2< ::com::sun::star::document::XEmbeddedObjectResolver, ::com::sun::star::container::XNameAccess > { - typedef ::_STL::map< ::rtl::OUString, OutputStorageWrapper_Impl*, + typedef ::std::map< ::rtl::OUString, OutputStorageWrapper_Impl*, OUStringLess > SvXMLEmbeddedObjectHelper_Impl; private: |