summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcolor.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:29:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:29:57 +0000
commit9a2dd2f88d3bc4d559851efb2af729a221d0854e (patch)
treed8c33c4afbbde28531faa688f6cbf7c05699375d /cppcanvas/source/wrapper/implcolor.hxx
parent54e804342b6d37812678e7502e29220394ff0ff7 (diff)
INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED
2005/02/16 11:14:37 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/wrapper/implcolor.hxx')
-rw-r--r--cppcanvas/source/wrapper/implcolor.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppcanvas/source/wrapper/implcolor.hxx b/cppcanvas/source/wrapper/implcolor.hxx
index 2748051d4c30..c838920acd58 100644
--- a/cppcanvas/source/wrapper/implcolor.hxx
+++ b/cppcanvas/source/wrapper/implcolor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implcolor.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 16:59:51 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:29:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,8 @@
#include <boost/shared_ptr.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP__
-#include <drafts/com/sun/star/rendering/XGraphicDevice.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP__
+#include <com/sun/star/rendering/XGraphicDevice.hpp>
#endif
#ifndef _CPPCANVAS_COLOR_HXX
@@ -89,14 +89,14 @@ namespace cppcanvas
{
public:
ImplColor( const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XGraphicDevice >& rDevice );
+ ::com::sun::star::rendering::XGraphicDevice >& rDevice );
virtual ~ImplColor();
virtual IntSRGBA getIntSRGBA( ::com::sun::star::uno::Sequence< double >& rDeviceColor ) const;
virtual ::com::sun::star::uno::Sequence< double > getDeviceColor( IntSRGBA aSRGBA ) const;
private:
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::rendering::XGraphicDevice > mxDevice;
+ ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > mxDevice;
};
}