diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-12 10:40:10 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-12 11:04:57 +0100 |
commit | 5eee7de29362ecd00d43ed9eb9ed7230606dc92a (patch) | |
tree | 77c42e104fb5987557991375fe5543c5d5173f91 /writerperfect/source | |
parent | 39b3448300e9c265a4d38b83cf42d738d1ef50f4 (diff) |
C&P error
Diffstat (limited to 'writerperfect/source')
-rw-r--r-- | writerperfect/source/filter/OdgGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/filter/OdgGenerator.cxx b/writerperfect/source/filter/OdgGenerator.cxx index dc257a3a25e1..897ce4e7a09e 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"); |