summaryrefslogtreecommitdiff
path: root/extensions/source/plugin
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-11-12 11:41:28 +0000
committerSander Vesik <svesik@openoffice.org>2001-11-12 11:41:28 +0000
commita7a97813552c8829951eca4f3fefc0be05b6df9d (patch)
treebcf0d4afc00bb5e1f95ac31567834049448a766f /extensions/source/plugin
parent71c2f14fdc8ff750d149530f0817769246df400c (diff)
Correct STLport includes
Diffstat (limited to 'extensions/source/plugin')
-rw-r--r--extensions/source/plugin/inc/plugin/unx/plugcon.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
index 608742125a3f..380c9839d3ff 100644
--- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: plugcon.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2001-11-02 12:10:34 $
+ * last change: $Author: svesik $ $Date: 2001-11-12 12:41:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <stdarg.h>
#include <string.h>
-#include <stl/list>
+#include <list>
#ifndef _LIST_HXX
#include <tools/list.hxx>