summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/tools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/tools.hxx')
-rw-r--r--cppcanvas/source/inc/tools.hxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/cppcanvas/source/inc/tools.hxx b/cppcanvas/source/inc/tools.hxx
index 63ee1dcf8a7f..80ded934203f 100644
--- a/cppcanvas/source/inc/tools.hxx
+++ b/cppcanvas/source/inc/tools.hxx
@@ -20,26 +20,16 @@
#ifndef INCLUDED_CPPCANVAS_SOURCE_INC_TOOLS_HXX
#define INCLUDED_CPPCANVAS_SOURCE_INC_TOOLS_HXX
-#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppcanvas/color.hxx>
-namespace com { namespace sun { namespace star { namespace rendering
-{
- class XGraphicDevice;
-} } } }
-
-
namespace cppcanvas
{
namespace tools
{
- css::uno::Sequence< double >
- intSRGBAToDoubleSequence( const css::uno::Reference< css::rendering::XGraphicDevice >&,
- Color::IntSRGBA );
+ css::uno::Sequence< double > intSRGBAToDoubleSequence( Color::IntSRGBA );
- Color::IntSRGBA doubleSequenceToIntSRGBA( const css::uno::Reference< css::rendering::XGraphicDevice >& rDevice,
- const css::uno::Sequence< double >& rColor );
+ Color::IntSRGBA doubleSequenceToIntSRGBA( const css::uno::Sequence< double >& rColor );
}
}