summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfskipdestination.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfskipdestination.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfskipdestination.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/rtftok/rtfskipdestination.hxx b/writerfilter/source/rtftok/rtfskipdestination.hxx
index b6bf021cbd74..2eba40500190 100644
--- a/writerfilter/source/rtftok/rtfskipdestination.hxx
+++ b/writerfilter/source/rtftok/rtfskipdestination.hxx
@@ -10,7 +10,7 @@
#ifndef _RTFSKIPDESTINATION_HXX_
#define _RTFSKIPDESTINATION_HXX_
-#include <rtfdocumentimpl.hxx>
+#include <rtflistener.hxx>
namespace writerfilter {
namespace rtftok {
@@ -18,12 +18,12 @@ namespace writerfilter {
class RTFSkipDestination
{
public:
- RTFSkipDestination(RTFDocumentImpl& rImport);
+ RTFSkipDestination(RTFListener& rImport);
virtual ~RTFSkipDestination();
void setParsed(bool bParsed);
void setReset(bool bReset);
private:
- RTFDocumentImpl& m_rImport;
+ RTFListener& m_rImport;
bool m_bParsed;
/// If false, the destructor is a noop, required by the \* symbol itself.
bool m_bReset;