summaryrefslogtreecommitdiff
path: root/test/source/primitive2dxmldump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/primitive2dxmldump.cxx')
-rw-r--r--test/source/primitive2dxmldump.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/primitive2dxmldump.cxx b/test/source/primitive2dxmldump.cxx
index 0af7c7c14c23..e1be527f96a5 100644
--- a/test/source/primitive2dxmldump.cxx
+++ b/test/source/primitive2dxmldump.cxx
@@ -34,9 +34,9 @@ namespace
const size_t constMaxActionType = 513;
-OUString convertColorToString(basegfx::BColor aColor)
+OUString convertColorToString(const basegfx::BColor& rColor)
{
- OUString aRGBString = Color(aColor).AsRGBHexString();
+ OUString aRGBString = Color(rColor).AsRGBHexString();
return "#" + aRGBString;
}