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

Julien Nabet serval2412 at yahoo.fr
Wed Mar 20 01:30:06 PDT 2013


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

New commits:
commit 22ae2982bd95d36cc242f8b9eda6eec0c5a3a10c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Mar 19 23:55:29 2013 +0100

    coverity#735389 Copy-paste error
    
    Change-Id: I74098cd2b58a64ff231d86549812d5a565835bed
    Reviewed-on: https://gerrit.libreoffice.org/2858
    Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
    Tested-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 561fc48..500b66c 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -3080,7 +3080,7 @@ static Writer& OutCSS1_SwFmtFrmSize( Writer& rWrt, const SfxPoolItem& rHt,
             else if( nMode & CSS1_FRMSIZE_PIXEL )
             {
                 rHTMLWrt.OutCSS1_PixelProperty( sCSS1_P_height,
-                                                rFSItem.GetSize().Width(),
+                                                rFSItem.GetSize().Height(),
                                                 sal_True );
             }
             else


More information about the Libreoffice-commits mailing list