diff options
author | Armin Theissen <armin@openoffice.org> | 2001-03-08 08:29:47 +0000 |
---|---|---|
committer | Armin Theissen <armin@openoffice.org> | 2001-03-08 08:29:47 +0000 |
commit | 659fdc1d97eed886cf92ce2033eef90efe0329b9 (patch) | |
tree | aaaf1869270eedfe2a6763433243f9b49d20efcd /sal/workben/clipboardwben | |
parent | 56571242b263d90bab91e82b4959e33e2446d543 (diff) |
changed stl includes
Diffstat (limited to 'sal/workben/clipboardwben')
-rw-r--r-- | sal/workben/clipboardwben/testcopy/XTDataObject.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.cxx b/sal/workben/clipboardwben/testcopy/XTDataObject.cxx index 947ffe0f417a..964508e076bf 100644 --- a/sal/workben/clipboardwben/testcopy/XTDataObject.cxx +++ b/sal/workben/clipboardwben/testcopy/XTDataObject.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XTDataObject.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tra $ $Date: 2000-11-13 08:34:09 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:29:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ #include <windows.h> #include <ole2.h> -#include <stl/memory> +#include <memory> //------------------------------------------------------------------------ // namespace directives |