summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic/grfcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/grfcache.hxx')
-rw-r--r--svtools/source/graphic/grfcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx
index 8db16aee1d52..4402573e84dc 100644
--- a/svtools/source/graphic/grfcache.hxx
+++ b/svtools/source/graphic/grfcache.hxx
@@ -91,7 +91,7 @@ public:
sal_uLong GetCacheTimeout() const { return mnReleaseTimeoutSeconds; }
bool IsDisplayCacheable(
- OutputDevice* pOut,
+ OutputDevice const * pOut,
const Point& rPt,
const Size& rSz,
const GraphicObject& rObj,
@@ -99,7 +99,7 @@ public:
) const;
bool IsInDisplayCache(
- OutputDevice* pOut,
+ OutputDevice const * pOut,
const Point& rPt,
const Size& rSz,
const GraphicObject& rObj,