Kaydet (Commit) 462303c3 authored tarafından Miklos Vajna's avatar Miklos Vajna

loplugin:passstuffbyref

Change-Id: Ia1fb74ec77b34449df49843271e87546ee68a96d
üst bf01bb6e
...@@ -54,7 +54,7 @@ private: ...@@ -54,7 +54,7 @@ private:
/** Information about a started link */ /** Information about a started link */
struct StartedLink { struct StartedLink {
StartedLink(sal_Int32 startPosition, OUString characterStyle) : StartedLink(sal_Int32 startPosition, const OUString& characterStyle) :
mStartPosition(startPosition), mCharacterStyle(characterStyle) { mStartPosition(startPosition), mCharacterStyle(characterStyle) {
; ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment