summaryrefslogtreecommitdiff
path: root/writerperfect/inc/ImportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/ImportFilter.hxx')
-rw-r--r--writerperfect/inc/ImportFilter.hxx4
1 files changed, 2 insertions, 2 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);