Kaydet (Commit) c227447b authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Write out the groupping

üst 1a41f273
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment