Kaydet (Commit) 11a8e72a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: I10353a94ca12cf4af18f498464610d48477f11f4
üst 08bd772c
...@@ -98,7 +98,7 @@ namespace ...@@ -98,7 +98,7 @@ namespace
const SwGetPoolIdFromName m_aPoolId; const SwGetPoolIdFromName m_aPoolId;
const OUString m_sName; const OUString m_sName;
const sal_uInt32 m_nRedId; const sal_uInt32 m_nRedId;
StyleFamilyEntry(SfxStyleFamily eFamily, SwGetPoolIdFromName aPoolId, OUString sName, sal_uInt32 nResId) StyleFamilyEntry(SfxStyleFamily eFamily, SwGetPoolIdFromName aPoolId, OUString const & sName, sal_uInt32 nResId)
: m_eFamily(eFamily) : m_eFamily(eFamily)
, m_aPoolId(aPoolId) , m_aPoolId(aPoolId)
, m_sName(sName) , m_sName(sName)
......
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