[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 03:16:26 PDT 2012


 sw/source/filter/ww8/wrtw8sty.cxx |    2 +-
 sw/source/filter/ww8/wrtww8.hxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f77ecf6532d1920f86424e4e316db7c128ef95ce
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 7 12:13:00 2012 +0200

    MSVC: Conversion loses qualifiers
    
    Change-Id: Iaf6678660f3d6b9c8a7ef018013311f8af553dc2

diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx
index 00a0817..ab70d5b 100644
--- a/sw/source/filter/ww8/wrtw8sty.cxx
+++ b/sw/source/filter/ww8/wrtw8sty.cxx
@@ -875,7 +875,7 @@ void wwFontHelper::WriteFontTable(SvStream *pTableStream, WW8Fib& rFib)
     }
 }
 
-void wwFontHelper::WriteFontTable( const DocxAttributeOutput& rAttrOutput )
+void wwFontHelper::WriteFontTable( DocxAttributeOutput& rAttrOutput )
 {
     ::std::vector<const wwFont *> aFontList( AsVector() );
 
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index a601b38..9ae11b8 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -318,7 +318,7 @@ public:
     sal_uInt16 GetId(const SvxFontItem& rFont);
     sal_uInt16 GetId(const wwFont& rFont);
     void WriteFontTable( SvStream *pTableStream, WW8Fib& pFib );
-    void WriteFontTable( const DocxAttributeOutput& rAttrOutput );
+    void WriteFontTable( DocxAttributeOutput& rAttrOutput );
     void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
 
     /// If true, all fonts are loaded before processing the document.


More information about the Libreoffice-commits mailing list