summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 15:59:00 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 15:59:00 +0000
commit80d4ac8725187f9f4c0efee84cf5955731ecfe92 (patch)
treea9ffae0350a6e3d0e47b05767233b6e7cb1dbae1 /cppcanvas
parent35cdfc581c49ae36965ed153e7e657aaa878f7cc (diff)
INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:41 cmc 1.2.10.1: #i30801 no need to prepend external before boost
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/inc/action.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/inc/action.hxx b/cppcanvas/source/inc/action.hxx
index f071be58ae27..d63ce4f043d5 100644
--- a/cppcanvas/source/inc/action.hxx
+++ b/cppcanvas/source/inc/action.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: action.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:41:02 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:59:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#endif
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
-#include <external/boost/shared_ptr.hpp>
+#include <boost/shared_ptr.hpp>
#endif