[PATCH libreoffice-3-6] bnc#798309 inherit group style from parent
Noel Power (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Mar 13 05:14:03 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2702
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/2702/1
bnc#798309 inherit group style from parent
Change-Id: I8acba22750b8b06b9c20607884629899ad180425
---
M sc/source/filter/oox/drawingfragment.cxx
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index 6e8dc5e..c8f6b5e 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -295,7 +295,7 @@
mxShape->setSize(Size(aShapeRectEmu.Width, aShapeRectEmu.Height));
basegfx::B2DHomMatrix aTransformation;
- mxShape->addShape( getOoxFilter(), &getTheme(), mxDrawPage, aTransformation, &aShapeRectEmu32 );
+ mxShape->addShape( getOoxFilter(), &getTheme(), mxDrawPage, aTransformation, mxShape->getFillProperties(), &aShapeRectEmu32 );
/* Collect all shape positions in the WorksheetHelper base
class. But first, scale EMUs to 1/100 mm. */
--
To view, visit https://gerrit.libreoffice.org/2702
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8acba22750b8b06b9c20607884629899ad180425
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Noel Power <noel.power at suse.com>
More information about the LibreOffice
mailing list