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

MSVC fix

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