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

New commits:
commit 22ae2982bd95d36cc242f8b9eda6eec0c5a3a10c
Author: Julien Nabet <serval2...@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 <tbehr...@suse.com>
    Tested-by: Thorsten Behrens <tbehr...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to