diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-17 09:14:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-17 13:30:51 +0200 |
commit | 769a6c20c4eb9e081cdc46dd638f67927fc7bc25 (patch) | |
tree | ef7c0e04c12897d8b73a2b2e3de3df477f83f37c /sw/inc/list.hxx | |
parent | 006df8a7f77d79d5ab2d8da053552a0ccc3dcd7a (diff) |
sw: prefer passing OUString by reference
Change-Id: Iaa846ec8f19567f0a9f30154d74cc53df93eff16
Diffstat (limited to 'sw/inc/list.hxx')
-rw-r--r-- | sw/inc/list.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx index 19662538e7ba..dfa6eaafa5f6 100644 --- a/sw/inc/list.hxx +++ b/sw/inc/list.hxx @@ -31,7 +31,7 @@ class SwListImpl; class SwList { public: - SwList( const OUString sListId, + SwList( const OUString& sListId, SwNumRule& rDefaultListStyle, const SwNodes& rNodes ); ~SwList(); |