summaryrefslogtreecommitdiff
path: root/include/oox/vml
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 08:58:59 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 09:00:08 +0200
commitc66229bfa4284758b787bf80ddd1b2e3795881df (patch)
tree322e0e4d0f6d3d575bd8ead750d9b0fffdc68594 /include/oox/vml
parentbd8ce8b959f6147a2175a8ce84fd212151ca05dc (diff)
oox: prefer passing OUString by reference
Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb
Diffstat (limited to 'include/oox/vml')
-rw-r--r--include/oox/vml/vmlshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 8e0183d9c445..51054259e504 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -286,7 +286,7 @@ class SimpleShape : public ShapeBase
public:
explicit SimpleShape( Drawing& rDrawing, const OUString& rService );
- void setService( OUString aService ) { maService = aService; }
+ void setService( const OUString& aService ) { maService = aService; }
protected:
/** Creates the corresponding XShape and inserts it into the passed container. */