summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfdialog.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-30 10:07:14 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-30 10:07:14 +0000
commit8016f0dd6bc55e33668a051618f6e18a4c85b31c (patch)
treeca948ae1e55067329333ea76516867ffc0760a13 /filter/source/pdf/pdfdialog.hxx
parent43efd2ef6047bd910f6b1236ad18be9f3f396c59 (diff)
fix resource manager handling
Diffstat (limited to 'filter/source/pdf/pdfdialog.hxx')
-rw-r--r--filter/source/pdf/pdfdialog.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/source/pdf/pdfdialog.hxx b/filter/source/pdf/pdfdialog.hxx
index 44841fc2a91f..64b8af9212bb 100644
--- a/filter/source/pdf/pdfdialog.hxx
+++ b/filter/source/pdf/pdfdialog.hxx
@@ -38,17 +38,12 @@
// - PDFDialog -
// -------------
-class Window;
-class ResMgr;
-
class PDFDialog : public ::svt::OGenericUnoDialog,
public ::comphelper::OPropertyArrayUsageHelper< PDFDialog >,
public XPropertyAccess,
public XExporter
{
private:
-
- ResMgr* mpResMgr;
Sequence< PropertyValue > maMediaDescriptor;
Sequence< PropertyValue > maFilterData;
Reference< XComponent > mxSrcDoc;