summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-23 01:04:35 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-23 01:04:35 +0000
commit0f93e5055108ed874ec232e2bea9ba4c75cbfe75 (patch)
tree601081b2cf17d6d97df1c5b0ad93f85121dfb05d /stoc/source/inspect
parentb56575a33fe0e173b2fa91b90252f5bf7750221d (diff)
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r--stoc/source/inspect/introspection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index 2a838d534e22..995be4b2c47e 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: introspection.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:29:33 $
+ * last change: $Author: svesik $ $Date: 2000-11-23 02:03:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
-#include <stl/hash_map>
+#include <hash_map>
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;