From fb1f710d3f58337e8a05e476326453b584e87fa2 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 17 Aug 2014 00:27:24 +0200 Subject: loplugin:passstuffbyref (Primitive2DSequence) Change-Id: I3d9c6daa09d71ca872021fe13405b08050e191d9 --- include/test/primitive2dxmldump.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/test') diff --git a/include/test/primitive2dxmldump.hxx b/include/test/primitive2dxmldump.hxx index 6a949601b257..a578e60f7596 100644 --- a/include/test/primitive2dxmldump.hxx +++ b/include/test/primitive2dxmldump.hxx @@ -39,7 +39,7 @@ public: pTempStreamName - this is useful when creating the test, to dump the file for examination. */ - xmlDocPtr dumpAndParse(drawinglayer::primitive2d::Primitive2DSequence aPrimitive2DSequence, const OUString& rTempStreamName = OUString()); + xmlDocPtr dumpAndParse(const drawinglayer::primitive2d::Primitive2DSequence& aPrimitive2DSequence, const OUString& rTempStreamName = OUString()); }; #endif // INCLUDED_TEST_PRIMITIVE2DXMLDUMP_HXX -- cgit v1.2.3