summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/tools/emfpcustomlinecap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/tools/emfpcustomlinecap.cxx')
-rw-r--r--drawinglayer/source/tools/emfpcustomlinecap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/tools/emfpcustomlinecap.cxx b/drawinglayer/source/tools/emfpcustomlinecap.cxx
index 5543b94b775c..4357276a18f8 100644
--- a/drawinglayer/source/tools/emfpcustomlinecap.cxx
+++ b/drawinglayer/source/tools/emfpcustomlinecap.cxx
@@ -69,7 +69,7 @@ namespace emfplushelper
aAttributes.MiterLimit = miterLimit;
}
- void EMFPCustomLineCap::ReadPath(SvStream& s, EmfPlusHelperData& rR, bool bFill)
+ void EMFPCustomLineCap::ReadPath(SvStream& s, EmfPlusHelperData const & rR, bool bFill)
{
sal_Int32 pathLength;
s.ReadInt32(pathLength);
@@ -92,7 +92,7 @@ namespace emfplushelper
polygon.transform(aMatrix);
};
- void EMFPCustomLineCap::Read(SvStream& s, EmfPlusHelperData& rR)
+ void EMFPCustomLineCap::Read(SvStream& s, EmfPlusHelperData const & rR)
{
sal_uInt32 header;
s.ReadUInt32(header).ReadUInt32(type);