summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdffilter.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 15:00:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 15:00:55 +0000
commit6a062859707f6d93fb0e52e2380be73ce2eef477 (patch)
tree20fb7b9e1680baa3cd62f838905c9a1e43a6be40 /filter/source/pdf/pdffilter.hxx
parent7d799873d79ef55dd8c67fbbd0d8e725ce9e72a2 (diff)
INTEGRATION: CWS pdf01 (1.4.248); FILE MERGED
2004/07/12 14:11:20 sj 1.4.248.1: now use provided StatusIndicator
Diffstat (limited to 'filter/source/pdf/pdffilter.hxx')
-rw-r--r--filter/source/pdf/pdffilter.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/filter/source/pdf/pdffilter.hxx b/filter/source/pdf/pdffilter.hxx
index 2ad0f323b283..9707711a819c 100644
--- a/filter/source/pdf/pdffilter.hxx
+++ b/filter/source/pdf/pdffilter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdffilter.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2002-08-22 14:21:27 $
+ * last change: $Author: hr $ $Date: 2004-09-08 16:00:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,9 @@
#ifndef _COMPHELPER_PROPERTY_HXX_
#include <comphelper/property.hxx>
#endif
+#ifndef _COM_SUN_STAR_TASK_XSTATUSINDICATOR_HPP_
+#include <com/sun/star/task/XStatusIndicator.hpp>
+#endif
#include <osl/diagnose.h>
#include <rtl/process.h>
@@ -112,6 +115,7 @@
#include <unotools/streamwrap.hxx>
using namespace ::rtl;
+using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;