summaryrefslogtreecommitdiff
path: root/svx/inc/xmlgrhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/xmlgrhlp.hxx')
-rw-r--r--svx/inc/xmlgrhlp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/inc/xmlgrhlp.hxx b/svx/inc/xmlgrhlp.hxx
index ab582a53172a..4a3406866e5a 100644
--- a/svx/inc/xmlgrhlp.hxx
+++ b/svx/inc/xmlgrhlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlgrhlp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $
+ * last change: $Author: mh $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,13 +75,13 @@
#include <goodies/grfmgr.hxx>
#endif
#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
+#include <vector>
#endif
#ifndef __SGI_STL_SET
-#include <stl/set>
+#include <set>
#endif
#ifndef __SGI_STL_UTILITY
-#include <stl/utility>
+#include <utility>
#endif
#ifndef _COM_SUN_STAR_DOCUMENT_XGRAPHICOBJECTRESOLVER_HPP_