summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/bitmapaction.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:23:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:23:37 +0000
commit71b7e5bfb4d3fe67565081060e36d8f2c5fc0fac (patch)
tree3d1809dd479a1ec6af982a17d6ae4fc7cc45bf53 /cppcanvas/source/mtfrenderer/bitmapaction.cxx
parent79bd2ee16b3d0b63c63355e80768fb0eadc2d6ba (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:26 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/mtfrenderer/bitmapaction.cxx')
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.cxx b/cppcanvas/source/mtfrenderer/bitmapaction.cxx
index 24bdfa834c97..5f79bec138c4 100644
--- a/cppcanvas/source/mtfrenderer/bitmapaction.cxx
+++ b/cppcanvas/source/mtfrenderer/bitmapaction.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bitmapaction.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:54:03 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:23:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,8 +65,8 @@
#ifndef _RTL_LOGFILE_HXX_
#include <rtl/logfile.hxx>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XBITMAP_HPP__
-#include <drafts/com/sun/star/rendering/XBitmap.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_XBITMAP_HPP__
+#include <com/sun/star/rendering/XBitmap.hpp>
#endif
#ifndef _SV_BITMAPEX_HXX
@@ -94,7 +94,6 @@
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star;
namespace cppcanvas
{