diff options
Diffstat (limited to 'canvas/source/opengl/ogl_canvastools.hxx')
-rw-r--r-- | canvas/source/opengl/ogl_canvastools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/opengl/ogl_canvastools.hxx b/canvas/source/opengl/ogl_canvastools.hxx index 8e7029fbe5f4..87136305c1b9 100644 --- a/canvas/source/opengl/ogl_canvastools.hxx +++ b/canvas/source/opengl/ogl_canvastools.hxx @@ -29,7 +29,7 @@ namespace oglcanvas void setupState( const ::basegfx::B2DHomMatrix& rTransform, GLenum eSrcBlend, GLenum eDstBlend, - const com::sun::star::rendering::ARGBColor& rColor ); + const css::rendering::ARGBColor& rColor ); void renderOSD( const std::vector<double>& rNumbers, double scale ); } |