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.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index 2b4b9bb5103b..fa8f931924d2 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -64,6 +64,11 @@ public:
{
}
+ const css::uno::Reference< css::uno::XComponentContext > &getXContext() const
+ {
+ return mxContext;
+ }
+
// XFilter
virtual sal_Bool SAL_CALL filter(const css::uno::Sequence< css::beans::PropertyValue > &rDescriptor)
throw (css::uno::RuntimeException, std::exception) override
@@ -107,6 +112,10 @@ public:
}
// XImporter
+ const css::uno::Reference< css::lang::XComponent > &getTargetDocument() const
+ {
+ return mxDoc;
+ }
virtual void SAL_CALL setTargetDocument(const css::uno::Reference< css::lang::XComponent > &xDoc)
throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override
{