summaryrefslogtreecommitdiffstats
path: root/include/comphelper/ihwrapnofilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/ihwrapnofilter.hxx')
-rw-r--r--include/comphelper/ihwrapnofilter.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/comphelper/ihwrapnofilter.hxx b/include/comphelper/ihwrapnofilter.hxx
index 24486e156a06..db2926868f05 100644
--- a/include/comphelper/ihwrapnofilter.hxx
+++ b/include/comphelper/ihwrapnofilter.hxx
@@ -46,32 +46,32 @@ namespace comphelper {
static ::com::sun::star::uno::Sequence< OUString > SAL_CALL impl_staticGetSupportedServiceNames();
- //____________________________________________________________________________________________________
+
// XInteractionHandler
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL handle( const com::sun::star::uno::Reference< com::sun::star::task::XInteractionRequest >& xRequest)
throw( com::sun::star::uno::RuntimeException, std::exception );
- //____________________________________________________________________________________________________
+
// XInteractionHandler2
- //____________________________________________________________________________________________________
+
virtual sal_Bool SAL_CALL handleInteractionRequest( const com::sun::star::uno::Reference< com::sun::star::task::XInteractionRequest >& xRequest)
throw( com::sun::star::uno::RuntimeException, std::exception );
- //____________________________________________________________________________________________________
+
// XInitialization
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments )
throw ( ::com::sun::star::uno::Exception,
::com::sun::star::uno::RuntimeException,
::com::sun::star::frame::DoubleInitializationException ) ;
- //____________________________________________________________________________________________________
+
// XServiceInfo
- //____________________________________________________________________________________________________
+
virtual OUString SAL_CALL getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException, std::exception );