summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfdialog.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-08-19 13:59:41 +0000
committerKai Ahrens <ka@openoffice.org>2002-08-19 13:59:41 +0000
commitb047186d49df6ea1551531b7d6cd48dc4b48ee82 (patch)
tree701789ce95c2e0bab9deff528a0cc06cf8501e29 /filter/source/pdf/pdfdialog.hxx
parentd1aa00e19c219f8bd6ff25eff48e9a525ac8c29d (diff)
#101571#: UI for PDF export
Diffstat (limited to 'filter/source/pdf/pdfdialog.hxx')
-rw-r--r--filter/source/pdf/pdfdialog.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/filter/source/pdf/pdfdialog.hxx b/filter/source/pdf/pdfdialog.hxx
index 14040054ccb1..fae0655a6603 100644
--- a/filter/source/pdf/pdfdialog.hxx
+++ b/filter/source/pdf/pdfdialog.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdfdialog.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2002-08-19 06:41:18 $
+ * last change: $Author: ka $ $Date: 2002-08-19 14:59:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,13 +74,15 @@ class ResMgr;
class PDFDialog : public ::svt::OGenericUnoDialog,
public ::comphelper::OPropertyArrayUsageHelper< PDFDialog >,
- public XPropertyAccess
+ public XPropertyAccess,
+ public XExporter
{
private:
ResMgr* mpResMgr;
Sequence< PropertyValue > maMediaDescriptor;
Sequence< PropertyValue > maFilterData;
+ Reference< XComponent > mxSrcDoc;
protected:
@@ -103,6 +105,9 @@ protected:
virtual Sequence< PropertyValue > SAL_CALL getPropertyValues( ) throw (RuntimeException);
virtual void SAL_CALL setPropertyValues( const Sequence< PropertyValue >& aProps ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException);
+ // XExporter
+ virtual void SAL_CALL setSourceDocument( const Reference< XComponent >& xDoc ) throw(IllegalArgumentException, RuntimeException);
+
public:
PDFDialog( const Reference< XMultiServiceFactory >& rxMSF );