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

Stephan Bergmann sbergman at redhat.com
Thu Apr 17 08:28:32 PDT 2014


 sw/source/filter/ww8/wrtww8gr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfd893ddd3f3f28e2c6856dce8d74189e55a9e3b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 17 17:28:01 2014 +0200

    Get order of arguments right
    
    Change-Id: Idf87fb375ed573588eff738ad01c69236adf945b

diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 163e4f7..4c96d5e 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -586,7 +586,7 @@ void SwWW8WrGrf::WritePICFHeader(SvStream& rStrm, const sw::Frame &rFly,
                         pBox->GetDistance( aLnArr[ i ] ), bShadow );
                     sal_uInt8 ico = rWrt.TransCol(msfilter::util::BGRToRGB(
                         aBrc90.cv()));
-                    aBrc = WW8_BRC(ico, aBrc90.dptLineWidth(), aBrc90.brcType(),
+                    aBrc = WW8_BRC(aBrc90.dptLineWidth(), aBrc90.brcType(), ico,
                         aBrc90.dptSpace(), aBrc90.fShadow(), aBrc90.fFrame());
                 }
 


More information about the Libreoffice-commits mailing list