summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx6
-rw-r--r--dtrans/source/generic/clipboardmanager.hxx6
-rw-r--r--dtrans/source/test/test_dtrans.cxx6
-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
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx8
8 files changed, 26 insertions, 26 deletions
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index bb7ea87bad45..53c5050c82d3 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testcnttype.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tra $ $Date: 2001-02-26 07:00:18 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:07:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@
#include <stdio.h>
-#include <stl/vector>
+#include <vector>
//-------------------------------------------------------------
// my defines
diff --git a/dtrans/source/generic/clipboardmanager.hxx b/dtrans/source/generic/clipboardmanager.hxx
index da8a95db26cc..f711619fb837 100644
--- a/dtrans/source/generic/clipboardmanager.hxx
+++ b/dtrans/source/generic/clipboardmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: clipboardmanager.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:36:59 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:08:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
-#include <stl/map>
+#include <map>
// ------------------------------------------------------------------------
diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx
index 4393c7ba19b0..7b9d751e098c 100644
--- a/dtrans/source/test/test_dtrans.cxx
+++ b/dtrans/source/test/test_dtrans.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: test_dtrans.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:37:02 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:08:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,7 +117,7 @@
#include <stdio.h>
#include <string.h>
-//#include <stl/memory>
+//#include <memory>
//#include <process.h>
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"
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index 6e92346743e6..43f6fdc1f1f2 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transferable.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2001-02-08 15:10:41 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:13:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@
#include <windows.h>
#include <objbase.h>
-#include <stl/memory>
+#include <memory>
#include <process.h>
@@ -178,4 +178,4 @@ private:
};
-#endif \ No newline at end of file
+#endif