summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 18:54:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-27 18:58:55 +0100
commite3e860eccc55e0dac542e680e1b83aedc24df7d1 (patch)
treea03a85236cab4a4a2d88596103388168d617fbc9 /sw
parent2759ea0e64adc1d113fdd2b568a317999fa16cfb (diff)
MSVC fix
Change-Id: I41902dbeac80f73f7991c835b66e2bbc7421d3b5
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 7b5967ba905f..8a73306ca2d2 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -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)