summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_texturecache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/opengl/ogl_texturecache.hxx')
-rw-r--r--canvas/source/opengl/ogl_texturecache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/opengl/ogl_texturecache.hxx b/canvas/source/opengl/ogl_texturecache.hxx
index b8c384f09330..4a8a8de25e64 100644
--- a/canvas/source/opengl/ogl_texturecache.hxx
+++ b/canvas/source/opengl/ogl_texturecache.hxx
@@ -42,7 +42,7 @@ namespace oglcanvas
sal_uInt32 getCacheMissCount() const { return mnMissCount; }
sal_uInt32 getCacheHitCount() const { return mnHitCount; }
- unsigned int getTexture( const ::com::sun::star::geometry::IntegerSize2D& rPixelSize,
+ unsigned int getTexture( const css::geometry::IntegerSize2D& rPixelSize,
const sal_Int8* pPixel,
sal_uInt32 nPixelCrc32) const;
private: