diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.cxx b/cppcanvas/source/wrapper/implbitmapcanvas.cxx index 792a377efe68..2542e38e3e29 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.cxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbitmapcanvas.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:59:16 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:28:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,11 +59,11 @@ * ************************************************************************/ -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XCANVAS_HPP__ -#include +#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP__ +#include #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XBITMAPCANVAS_HPP__ -#include +#ifndef _COM_SUN_STAR_RENDERING_XBITMAPCANVAS_HPP__ +#include #endif #ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX @@ -76,7 +76,7 @@ #include -using namespace ::drafts::com::sun::star; +using namespace ::com::sun::star; using namespace ::com::sun::star; namespace cppcanvas diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx index bd4ee5f05158..e14fa1b7fd7f 100644 --- a/cppcanvas/source/wrapper/implcanvas.cxx +++ b/cppcanvas/source/wrapper/implcanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implcanvas.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:59:44 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:29:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #include #endif -#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XCANVAS_HPP_ -#include +#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP_ +#include #endif #include @@ -82,7 +82,7 @@ #include -using namespace ::drafts::com::sun::star; +using namespace ::com::sun::star; using namespace ::com::sun::star; namespace cppcanvas