summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/sax/emitcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/sax/emitcontext.hxx')
-rw-r--r--sdext/source/pdfimport/sax/emitcontext.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/pdfimport/sax/emitcontext.hxx b/sdext/source/pdfimport/sax/emitcontext.hxx
index e617763636f3..c67615a7456b 100644
--- a/sdext/source/pdfimport/sax/emitcontext.hxx
+++ b/sdext/source/pdfimport/sax/emitcontext.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,7 @@
#define INCLUDED_PDFI_EMITCONTEXT_HXX
#include "xmlemitter.hxx"
-
+
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <rtl/ustring.hxx>
@@ -43,14 +43,14 @@ namespace pdfi
class SaxEmitter : public XmlEmitter
{
private:
- com::sun::star::uno::Reference<
+ com::sun::star::uno::Reference<
com::sun::star::xml::sax::XDocumentHandler > m_xDocHdl;
-
+
public:
- explicit SaxEmitter( const com::sun::star::uno::Reference<
+ explicit SaxEmitter( const com::sun::star::uno::Reference<
com::sun::star::xml::sax::XDocumentHandler >& xDocHdl );
~SaxEmitter();
-
+
virtual void beginTag( const char* pTag, const PropertyMap& rProperties );
virtual void write( const rtl::OUString& rString );
virtual void endTag( const char* pTag );