summaryrefslogtreecommitdiff
path: root/include/svtools/grfmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r--include/svtools/grfmgr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 6f9ca865957f..a6339128c479 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -202,7 +202,7 @@ private:
static void SVT_DLLPRIVATE ImplEnsureGraphicManager();
void SVT_DLLPRIVATE ImplAutoSwapIn();
bool SVT_DLLPRIVATE ImplGetCropParams(
- OutputDevice* pOut,
+ OutputDevice const * pOut,
Point& rPt,
Size& rSz,
const GraphicAttr* pAttr,
@@ -337,7 +337,7 @@ public:
}
bool IsCached(
- OutputDevice* pOut,
+ OutputDevice const * pOut,
const Size& rSz,
const GraphicAttr* pAttr,
GraphicManagerDrawFlags nFlags = GraphicManagerDrawFlags::STANDARD
@@ -505,7 +505,7 @@ private:
OutputDevice* pOut,
const Point& rPt,
const Size& rSz,
- GraphicObject& rObj,
+ GraphicObject const & rObj,
const GraphicAttr& rAttr,
bool& rCached
);
@@ -589,7 +589,7 @@ public:
void SetCacheTimeout( sal_uLong nTimeoutSeconds );
bool IsInCache(
- OutputDevice* pOut,
+ OutputDevice const * pOut,
const Point& rPt,
const Size& rSz,
const GraphicObject& rObj,
@@ -600,7 +600,7 @@ public:
OutputDevice* pOut,
const Point& rPt,
const Size& rSz,
- GraphicObject& rObj,
+ GraphicObject const & rObj,
const GraphicAttr& rAttr,
const GraphicManagerDrawFlags nFlags,
bool& rCached