diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-05 21:45:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-05 21:47:38 +0200 |
commit | 462303c3f11c3d04639232c953a9de7f9cac6e6b (patch) | |
tree | 13c6bd90264223676b7c1d11157f2d1aa5fe3ba5 /sw/inc | |
parent | bf01bb6e80a999bf13f45cf22421b54ab6779bcc (diff) |
loplugin:passstuffbyref
Change-Id: Ia1fb74ec77b34449df49843271e87546ee68a96d
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ToxLinkProcessor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ToxLinkProcessor.hxx b/sw/inc/ToxLinkProcessor.hxx index fb56ec265ee5..4200a1fdfecf 100644 --- a/sw/inc/ToxLinkProcessor.hxx +++ b/sw/inc/ToxLinkProcessor.hxx @@ -54,7 +54,7 @@ private: /** Information about a started link */ struct StartedLink { - StartedLink(sal_Int32 startPosition, OUString characterStyle) : + StartedLink(sal_Int32 startPosition, const OUString& characterStyle) : mStartPosition(startPosition), mCharacterStyle(characterStyle) { ; } |