diff options
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/OdtGenerator.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/writerperfect/source/filter/OdtGenerator.cxx b/writerperfect/source/filter/OdtGenerator.cxx index 9e9ae1068d95..b6096786115b 100644 --- a/writerperfect/source/filter/OdtGenerator.cxx +++ b/writerperfect/source/filter/OdtGenerator.cxx @@ -110,7 +110,6 @@ public: OdtGeneratorPrivate(OdfDocumentHandler *pHandler, const OdfStreamType streamType); ~OdtGeneratorPrivate(); bool _writeTargetDocument(OdfDocumentHandler *pHandler); - void _writeBegin(); void _writeDefaultStyles(OdfDocumentHandler *pHandler); void _writeMasterPages(OdfDocumentHandler *pHandler); void _writePageLayouts(OdfDocumentHandler *pHandler); @@ -351,11 +350,6 @@ void OdtGeneratorPrivate::_writeDefaultStyles(OdfDocumentHandler *pHandler) pHandler->endElement("office:styles"); } -// writes everything up to the automatic styles declarations.. -void OdtGeneratorPrivate::_writeBegin() -{ -} - void OdtGeneratorPrivate::_writeMasterPages(OdfDocumentHandler *pHandler) { TagOpenElement("office:master-styles").write(mpHandler); |