summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/tools/emfppath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/tools/emfppath.hxx')
-rw-r--r--drawinglayer/source/tools/emfppath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/tools/emfppath.hxx b/drawinglayer/source/tools/emfppath.hxx
index 1b10816bb7c8..81bdcc406a13 100644
--- a/drawinglayer/source/tools/emfppath.hxx
+++ b/drawinglayer/source/tools/emfppath.hxx
@@ -39,7 +39,7 @@ namespace emfplushelper
// TODO: remove rR argument when debug code is no longer needed
void Read(SvStream& s, sal_uInt32 pathFlags, EmfPlusHelperData const & rR);
- ::basegfx::B2DPolyPolygon& GetPolygon(EmfPlusHelperData& rR, bool bMapIt = true, bool bAddLineToCloseShape = false);
+ ::basegfx::B2DPolyPolygon& GetPolygon(EmfPlusHelperData const & rR, bool bMapIt = true, bool bAddLineToCloseShape = false);
};
}