summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor2d')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 1606e14100d4..69cc7b98db11 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -1787,7 +1787,7 @@ namespace drawinglayer
// #i121267# Not needed, does not give better quality compared with
// the MetaActionType::POLYPOLYGON written by the DrawPolyPolygon command
// below
- bool bSupportSvtGraphicFill(false);
+ const bool bSupportSvtGraphicFill(false);
if(bSupportSvtGraphicFill && !mnSvtGraphicFillCount && aLocalPolyPolygon.count())
{
@@ -1937,7 +1937,7 @@ namespace drawinglayer
// #i121267# Not needed, does not give better quality compared with
// the MetaActionType::POLYPOLYGON written by the DrawPolyPolygon command
// below
- bool bSupportSvtGraphicFill(false);
+ const bool bSupportSvtGraphicFill(false);
if(bSupportSvtGraphicFill && !mnSvtGraphicFillCount && aLocalPolyPolygon.count())
{