summaryrefslogtreecommitdiff
path: root/cppcanvas/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:56:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:56:27 +0000
commit04c88630e5d2fe6a8b0cf8fae0ccabd783b446f2 (patch)
tree9ceb5c462ff9e34e227a061d0e9c98616438404e /cppcanvas/inc
parentfd2379847b459368e95ff74fc7a597991ffcf6cb (diff)
INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:35 cmc 1.2.10.1: #i30801 no need to prepend external before boost
Diffstat (limited to 'cppcanvas/inc')
-rw-r--r--cppcanvas/inc/cppcanvas/bitmap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/inc/cppcanvas/bitmap.hxx b/cppcanvas/inc/cppcanvas/bitmap.hxx
index 54c34ad06310..a4a94f5c2177 100644
--- a/cppcanvas/inc/cppcanvas/bitmap.hxx
+++ b/cppcanvas/inc/cppcanvas/bitmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bitmap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:40:57 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:56:27 $
*
* 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
#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX