sw/source/filter/ww8/docxattributeoutput.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 59e45c373fc037aa97432102067bdacc8fca6446
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Feb 25 10:12:22 2014 +0100

    warning C4510: default constructor could not be generated
    
    Change-Id: Ia0dc23e5def53a6ede0d0d9f754e143347490b43

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 4695854..6414d04 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1146,8 +1146,8 @@ namespace
 
 struct NameToId
 {
-    const OUString  maName;
-    const sal_Int32 maId;
+    OUString  maName;
+    sal_Int32 maId;
 };
 
 const NameToId constNameToIdMapping[] =
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to