summaryrefslogtreecommitdiff
path: root/dtrans/source/win32
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
parentd4b5102959fe7242095ae4fee35b6a522cd8ea9d (diff)
changed stl includes
Diffstat (limited to 'dtrans/source/win32')
-rw-r--r--dtrans/source/win32/workbench/XTDo.cxx6
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx8
-rw-r--r--dtrans/source/win32/workbench/test_wincb.cxx6
-rw-r--r--dtrans/source/win32/workbench/testmarshal.cxx6
4 files changed, 13 insertions, 13 deletions
diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx
index 4ccc964827c2..06ab60b6ed3f 100644
--- a/dtrans/source/win32/workbench/XTDo.cxx
+++ b/dtrans/source/win32/workbench/XTDo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XTDo.cxx,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:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
#include <windows.h>
#include <ole2.h>
-#include <stl/memory>
+#include <memory>
#include <tchar.h>
//------------------------------------------------------------------------
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
diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx
index ba6d3b340d02..c0bc094d997b 100644
--- a/dtrans/source/win32/workbench/test_wincb.cxx
+++ b/dtrans/source/win32/workbench/test_wincb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: test_wincb.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:37:22 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:11:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@
#include <windows.h>
#include <objbase.h>
-#include <stl/memory>
+#include <memory>
#include <process.h>
diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx
index a716e5ab6738..b502b93de0fb 100644
--- a/dtrans/source/win32/workbench/testmarshal.cxx
+++ b/dtrans/source/win32/workbench/testmarshal.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testmarshal.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:37:22 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:12:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
#include <windows.h>
#include <objbase.h>
-#include <stl/memory>
+#include <memory>
#include <process.h>
#include "XTDo.hxx"