From 79bd2ee16b3d0b63c63355e80768fb0eadc2d6ba Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 10 Mar 2005 12:23:24 +0000 Subject: [PATCH] INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:26 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* --- cppcanvas/source/inc/tools.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cppcanvas/source/inc/tools.hxx b/cppcanvas/source/inc/tools.hxx index 29fb7ac58823..f32f10e65c42 100644 --- a/cppcanvas/source/inc/tools.hxx +++ b/cppcanvas/source/inc/tools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tools.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:03 $ + * last change: $Author: vg $ $Date: 2005-03-10 13:23:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,10 +73,10 @@ #include #endif -namespace drafts { namespace com { namespace sun { namespace star { namespace rendering +namespace com { namespace sun { namespace star { namespace rendering { class XGraphicDevice; -} } } } } +} } } } namespace cppcanvas @@ -85,11 +85,11 @@ namespace cppcanvas { ::com::sun::star::uno::Sequence< double > intSRGBAToDoubleSequence( const ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::rendering::XGraphicDevice >&, + ::com::sun::star::rendering::XGraphicDevice >&, Color::IntSRGBA ); Color::IntSRGBA doubleSequenceToIntSRGBA( const ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::rendering::XGraphicDevice >& rDevice, + ::com::sun::star::rendering::XGraphicDevice >& rDevice, const ::com::sun::star::uno::Sequence< double >& rColor ); } }