summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-11 13:09:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-11 13:20:17 +0300
commitb78caf96451de40f7aa54e5b555fa0195e3d0882 (patch)
tree07313b4e9e53adce4e9a1c34094638ff86e627dd /drawinglayer
parentc45f5d759998d2443a9b27602396e419658b7359 (diff)
Add a couple of SAL_INFOs using drawinglayer::primitive2d::idToString()
Change-Id: I3fce5ca1af15714b8b20b1b273ccf41a49cb98ff
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index 990aac0bcc9f..73d12f3ebedc 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -926,6 +926,9 @@ namespace drawinglayer
bDrawTransparentUsed = bAllowed && tryDrawPolygonStrokePrimitive2DDirect(*pPoStroke, rUniTransparenceCandidate.getTransparence());
break;
}
+ default:
+ SAL_INFO("drawinglayer", "default case for " << drawinglayer::primitive2d::idToString(rCandidate.getPrimitive2DID()));
+ break;
}
}
}
@@ -1227,6 +1230,7 @@ namespace drawinglayer
}
default :
{
+ SAL_INFO("drawinglayer", "default case for " << drawinglayer::primitive2d::idToString(rCandidate.getPrimitive2DID()));
// process recursively
process(rCandidate.get2DDecomposition(getViewInformation2D()));
break;