[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Fri Nov 27 09:59:26 PST 2015


 sw/source/core/unocore/unostyle.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit e3e860eccc55e0dac542e680e1b83aedc24df7d1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 27 18:54:02 2015 +0100

    MSVC fix
    
    Change-Id: I41902dbeac80f73f7991c835b66e2bbc7421d3b5

diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 7b5967b..8a73306 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)


More information about the Libreoffice-commits mailing list