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

MSVC fix

Change-Id: I41902dbeac80f73f7991c835b66e2bbc7421d3b5
üst 2759ea0e
...@@ -94,10 +94,10 @@ namespace ...@@ -94,10 +94,10 @@ namespace
{ {
struct StyleFamilyEntry struct StyleFamilyEntry
{ {
const SfxStyleFamily m_eFamily; SfxStyleFamily m_eFamily;
const SwGetPoolIdFromName m_aPoolId; SwGetPoolIdFromName m_aPoolId;
const OUString m_sName; OUString m_sName;
const sal_uInt32 m_nRedId; sal_uInt32 m_nRedId;
StyleFamilyEntry(SfxStyleFamily eFamily, SwGetPoolIdFromName aPoolId, OUString const & 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)
......
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