summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfiadaptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/pdfiadaptor.hxx')
-rw-r--r--sdext/source/pdfimport/pdfiadaptor.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sdext/source/pdfimport/pdfiadaptor.hxx b/sdext/source/pdfimport/pdfiadaptor.hxx
index ba0495fe2134..ef490b7b0829 100644
--- a/sdext/source/pdfimport/pdfiadaptor.hxx
+++ b/sdext/source/pdfimport/pdfiadaptor.hxx
@@ -1,7 +1,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
@@ -47,7 +47,7 @@
namespace pdfi
{
- typedef ::cppu::WeakComponentImplHelper2<
+ typedef ::cppu::WeakComponentImplHelper2<
com::sun::star::document::XFilter,
com::sun::star::document::XImporter > PDFIHybridAdaptorBase;
@@ -55,13 +55,13 @@ namespace pdfi
public PDFIHybridAdaptorBase
{
private:
- com::sun::star::uno::Reference<
+ com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext > m_xContext;
- com::sun::star::uno::Reference<
+ com::sun::star::uno::Reference<
com::sun::star::frame::XModel > m_xModel;
public:
- explicit PDFIHybridAdaptor( const ::com::sun::star::uno::Reference<
+ explicit PDFIHybridAdaptor( const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& xContext );
// XFilter
@@ -74,7 +74,7 @@ namespace pdfi
};
- typedef ::cppu::WeakComponentImplHelper2<
+ typedef ::cppu::WeakComponentImplHelper2<
com::sun::star::xml::XImportFilter,
com::sun::star::document::XImporter > PDFIAdaptorBase;
@@ -84,9 +84,9 @@ namespace pdfi
public PDFIAdaptorBase
{
private:
- com::sun::star::uno::Reference<
+ com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext > m_xContext;
- com::sun::star::uno::Reference<
+ com::sun::star::uno::Reference<
com::sun::star::frame::XModel > m_xModel;
TreeVisitorFactorySharedPtr m_pVisitorFactory;
bool m_bEnableToplevelText;
@@ -95,11 +95,11 @@ namespace pdfi
const com::sun::star::uno::Reference<com::sun::star::task::XInteractionHandler>& xIHdl,
const rtl::OUString& rPwd,
const com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator>& xStatus,
- const XmlEmitterSharedPtr& rEmitter,
+ const XmlEmitterSharedPtr& rEmitter,
const rtl::OUString& rURL );
-
+
public:
- explicit PDFIRawAdaptor( const ::com::sun::star::uno::Reference<
+ explicit PDFIRawAdaptor( const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& xContext );
/** Set factory object used to create the tree visitors
@@ -113,7 +113,7 @@ namespace pdfi
void enableToplevelText() { m_bEnableToplevelText=true; }
/** Export pdf document to ODG
-
+
@param xOutput
Stream to write the flat xml file to
@@ -127,7 +127,7 @@ namespace pdfi
// XImportFilter
virtual sal_Bool SAL_CALL importer( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rSourceData,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler >& rHdl,
- const com::sun::star::uno::Sequence< rtl::OUString >& rUserData ) throw( com::sun::star::uno::RuntimeException );
+ const com::sun::star::uno::Sequence< rtl::OUString >& rUserData ) throw( com::sun::star::uno::RuntimeException );
// XImporter
virtual void SAL_CALL setTargetDocument( const com::sun::star::uno::Reference< com::sun::star::lang::XComponent >& xDocument )