[Libreoffice-commits] .: xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 22:32:23 PST 2012


 xmloff/source/style/backhdl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e9fc811e2bc995220954b4c471b93a7f06a82359
Author: jailletc36 <christophe.jaillet at wanadoo.fr>
Date:   Thu Nov 8 21:11:45 2012 +0100

    Cut and paste typo ?
    
    Corrected according to surrounding code. I don't know if or when
    this code is called.
    
    Change-Id: I4ed63439e47a89cc982d792c619c4c58335daf93
    Signed-off-by: jailletc36 <christophe.jaillet at wanadoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/1009
    Reviewed-by: Tor Lillqvist <tml at iki.fi>
    Tested-by: Tor Lillqvist <tml at iki.fi>

diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx
index 9ce7150..9cfe176 100644
--- a/xmloff/source/style/backhdl.cxx
+++ b/xmloff/source/style/backhdl.cxx
@@ -236,7 +236,6 @@ void XMLBackGraphicPositionPropHdl::MergeXMLVertPos( style::GraphicLocation& ePo
               (style::GraphicLocation_MIDDLE_MIDDLE==eVert ?
                style::GraphicLocation_LEFT_MIDDLE :
                style::GraphicLocation_LEFT_BOTTOM);
-        ePos = eVert;
         break;
 
     case style::GraphicLocation_MIDDLE_TOP:


More information about the Libreoffice-commits mailing list