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 ); } }