summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/workbench/XTDo.hxx
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-03-08 11:13:02 +0000
committerArmin Theissen <armin@openoffice.org>2001-03-08 11:13:02 +0000
commit2a8012cc46c47dbaf6dfc894176f47ef5fe5cd3c (patch)
tree49d0a38476db6f0b7a0e8db5717bd86b5e8fb802 /dtrans/source/win32/workbench/XTDo.hxx
parentd4b5102959fe7242095ae4fee35b6a522cd8ea9d (diff)
changed stl includes
Diffstat (limited to 'dtrans/source/win32/workbench/XTDo.hxx')
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx
index f1b79875430d..3d5f8741284b 100644
--- a/dtrans/source/win32/workbench/XTDo.hxx
+++ b/dtrans/source/win32/workbench/XTDo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XTDo.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:37:23 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:11:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
#include <ole2.h>
#include <objidl.h>
-#include <stl/vector>
+#include <vector>
// forward declaration
//class CWinClipbImpl;
@@ -159,4 +159,4 @@ private:
typedef CEnumFormatEtc *PCEnumFormatEtc;
-#endif \ No newline at end of file
+#endif