summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)