sw/inc/ToxLinkProcessor.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 462303c3f11c3d04639232c953a9de7f9cac6e6b
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Thu Jun 5 21:45:26 2014 +0200

    loplugin:passstuffbyref
    
    Change-Id: Ia1fb74ec77b34449df49843271e87546ee68a96d

diff --git a/sw/inc/ToxLinkProcessor.hxx b/sw/inc/ToxLinkProcessor.hxx
index fb56ec2..4200a1f 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) 
{
             ;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to