summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfinteract.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf/pdfinteract.hxx')
-rw-r--r--filter/source/pdf/pdfinteract.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/filter/source/pdf/pdfinteract.hxx b/filter/source/pdf/pdfinteract.hxx
index 99a80cca3be0..fe4a600260c5 100644
--- a/filter/source/pdf/pdfinteract.hxx
+++ b/filter/source/pdf/pdfinteract.hxx
@@ -20,19 +20,17 @@
#ifndef INCLUDED_FILTER_SOURCE_PDF_PDFINTERACT_HXX
#define INCLUDED_FILTER_SOURCE_PDF_PDFINTERACT_HXX
-#include "com/sun/star/lang/XServiceInfo.hpp"
#include <cppuhelper/implbase.hxx>
-#include "com/sun/star/lang/XMultiServiceFactory.hpp"
-#include "com/sun/star/task/XInteractionHandler2.hpp"
+
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <com/sun/star/task/XInteractionHandler2.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-// - PDFFilter -
-
-
class PDFInteractionHandler : public cppu::WeakImplHelper < task::XInteractionHandler2,
XServiceInfo >
{
@@ -47,6 +45,7 @@ protected:
// XIniteractionHandler2
virtual sal_Bool SAL_CALL handleInteractionRequest( const Reference< task::XInteractionRequest >& ) throw(RuntimeException, std::exception) override;
+
public:
PDFInteractionHandler();
@@ -54,22 +53,18 @@ public:
};
-
OUString PDFInteractionHandler_getImplementationName ()
throw ( RuntimeException );
-
bool SAL_CALL PDFInteractionHandler_supportsService( const OUString& ServiceName )
throw ( RuntimeException );
-
Sequence< OUString > SAL_CALL PDFInteractionHandler_getSupportedServiceNames( )
throw ( RuntimeException );
-
Reference< XInterface >
SAL_CALL PDFInteractionHandler_createInstance( const Reference< XMultiServiceFactory > & rSMgr)
throw ( Exception );