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.*
This commit is contained in:
Vladimir Glazounov
2005-03-10 12:23:24 +00:00
parent cbda12a7bb
commit 79bd2ee16b

View File

@@ -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 <cppcanvas/color.hxx>
#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 );
}
}