From 07ee72672e6966dafccf21ca3349e428c2a9dd0a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 17 Feb 2013 19:53:00 +0100 Subject: coverity: pass by const reference is more efficient Change-Id: Iec40176a5dd567e667178f07fecd043fe0aa4344 --- sdext/source/pdfimport/tree/drawtreevisiting.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx index 8f4c16c22a5a..9a38e3d84454 100644 --- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx +++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx @@ -666,7 +666,7 @@ bool isSpaces(TextElement* pTextElem) return true; } -bool notTransformed(GraphicsContext GC) +bool notTransformed(const GraphicsContext& GC) { return ( GC.Transformation.get(0,0) == 100.00 && -- cgit