summaryrefslogtreecommitdiff
path: root/cppcanvas/inc/cppcanvas
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:58:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:58:48 +0000
commit35cdfc581c49ae36965ed153e7e657aaa878f7cc (patch)
tree314de65637742127d5acbd52320ac16fdafa37b6 /cppcanvas/inc/cppcanvas
parent5539fb23970051c54a3ca90d8b8c7e1457003afb (diff)
INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:39 cmc 1.2.10.1: #i30801 no need to prepend external before boost
Diffstat (limited to 'cppcanvas/inc/cppcanvas')
-rw-r--r--cppcanvas/inc/cppcanvas/spritecanvas.hxx6
-rw-r--r--cppcanvas/inc/cppcanvas/text.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/cppcanvas/inc/cppcanvas/spritecanvas.hxx b/cppcanvas/inc/cppcanvas/spritecanvas.hxx
index 3d2f9ef3d55f..536c07b41149 100644
--- a/cppcanvas/inc/cppcanvas/spritecanvas.hxx
+++ b/cppcanvas/inc/cppcanvas/spritecanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spritecanvas.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:41:00 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:58:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#endif
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
-#include <external/boost/shared_ptr.hpp>
+#include <boost/shared_ptr.hpp>
#endif
diff --git a/cppcanvas/inc/cppcanvas/text.hxx b/cppcanvas/inc/cppcanvas/text.hxx
index d979bfd67950..e1c98106b2bc 100644
--- a/cppcanvas/inc/cppcanvas/text.hxx
+++ b/cppcanvas/inc/cppcanvas/text.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: text.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:41:00 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:58:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#define _CPPCANVAS_TEXT_HXX
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
-#include <external/boost/shared_ptr.hpp>
+#include <boost/shared_ptr.hpp>
#endif
#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX