summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-04-09 23:49:31 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-04-09 23:53:10 +0200
commitc227447b9ab253a1d263b315ad0a7dbba4b08ff1 (patch)
tree0b697b36bde6b2f0d04f252a5737c14b7d52a54a /writerperfect
parent1a41f2730da3b9aa2c89d9420209a4b4d2ecb9aa (diff)
Write out the groupping
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/OdgGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerperfect/source/filter/OdgGenerator.cxx b/writerperfect/source/filter/OdgGenerator.cxx
index 897ce4e7a09e..da6d64dd23cf 100644
--- a/writerperfect/source/filter/OdgGenerator.cxx
+++ b/writerperfect/source/filter/OdgGenerator.cxx
@@ -805,10 +805,12 @@ void OdgGenerator::setStyle(const ::WPXPropertyList &propList, const ::WPXProper
void OdgGenerator::startLayer(const ::WPXPropertyList & /* propList */)
{
+ mpImpl->mBodyElements.push_back(new TagOpenElement("draw:g"));
}
void OdgGenerator::endLayer()
{
+ mpImpl->mBodyElements.push_back(new TagCloseElement("draw:g"));
}
void OdgGenerator::drawRectangle(const ::WPXPropertyList &propList)