writerperfect/source/filter/OdgGenerator.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5eee7de29362ecd00d43ed9eb9ed7230606dc92a
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Mon Mar 12 10:40:10 2012 +0100

    C&P error

diff --git a/writerperfect/source/filter/OdgGenerator.cxx 
b/writerperfect/source/filter/OdgGenerator.cxx
index dc257a3..897ce4e 100644
--- a/writerperfect/source/filter/OdgGenerator.cxx
+++ b/writerperfect/source/filter/OdgGenerator.cxx
@@ -1484,9 +1484,9 @@ void OdgGeneratorPrivate::_writeGraphicsStyle()
             if (mxStyle["draw:fill-image-ref-point"])
                 
pStyleGraphicsPropertiesElement->addAttribute("draw:fill-image-ref-point", 
mxStyle["draw:fill-image-ref-point"]->getStr());
             if (mxStyle["draw:fill-image-ref-point-x"])
-                
pStyleGraphicsPropertiesElement->addAttribute("draw:fill-image-ref-point-x", 
mxStyle["draw:fill-image-ref-point"]->getStr());
+                
pStyleGraphicsPropertiesElement->addAttribute("draw:fill-image-ref-point-x", 
mxStyle["draw:fill-image-ref-point-x"]->getStr());
             if (mxStyle["draw:fill-image-ref-point-y"])
-                
pStyleGraphicsPropertiesElement->addAttribute("draw:fill-image-ref-point-y", 
mxStyle["draw:fill-image-ref-point"]->getStr());
+                
pStyleGraphicsPropertiesElement->addAttribute("draw:fill-image-ref-point-y", 
mxStyle["draw:fill-image-ref-point-y"]->getStr());
         }
         else
             pStyleGraphicsPropertiesElement->addAttribute("draw:fill", "none");
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to