diff options
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/inc/ImportFilter.hxx | 4 | ||||
-rw-r--r-- | writerperfect/source/calc/MSWorksCalcImportFilter.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx index 467aeac0c4dc..b74f0ec88e62 100644 --- a/writerperfect/inc/ImportFilter.hxx +++ b/writerperfect/inc/ImportFilter.hxx @@ -78,13 +78,13 @@ public: css::uno::Reference<css::awt::XWindow> xDialogParent; aDescriptor["ParentWindow"] >>= xDialogParent; - // An XML import service: what we push sax messages to.. + // An XML import service: what we push sax messages to... css::uno::Reference<css::xml::sax::XDocumentHandler> xInternalHandler( mxContext->getServiceManager()->createInstanceWithContext( DocumentHandlerFor<Generator>::name(), mxContext), css::uno::UNO_QUERY_THROW); - // The XImporter sets up an empty target document for XDocumentHandler to write to.. + // The XImporter sets up an empty target document for XDocumentHandler to write to... css::uno::Reference<css::document::XImporter> xImporter(xInternalHandler, css::uno::UNO_QUERY); xImporter->setTargetDocument(mxDoc); diff --git a/writerperfect/source/calc/MSWorksCalcImportFilter.cxx b/writerperfect/source/calc/MSWorksCalcImportFilter.cxx index bb88b811c14a..0ed1903172e1 100644 --- a/writerperfect/source/calc/MSWorksCalcImportFilter.cxx +++ b/writerperfect/source/calc/MSWorksCalcImportFilter.cxx @@ -289,13 +289,13 @@ MSWorksCalcImportFilter::filter(const css::uno::Sequence<css::beans::PropertyVal return false; } - // An XML import service: what we push sax messages to.. + // An XML import service: what we push sax messages to... css::uno::Reference<css::xml::sax::XDocumentHandler> xInternalHandler( getXContext()->getServiceManager()->createInstanceWithContext( writerperfect::DocumentHandlerFor<OdsGenerator>::name(), getXContext()), css::uno::UNO_QUERY_THROW); - // The XImporter sets up an empty target document for XDocumentHandler to write to.. + // The XImporter sets up an empty target document for XDocumentHandler to write to... css::uno::Reference<css::document::XImporter> xImporter(xInternalHandler, css::uno::UNO_QUERY); xImporter->setTargetDocument(getTargetDocument()); |