diff options
-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) { ; } |