summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-12 17:04:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-13 12:50:12 +0100
commit61c44a9929f496c4e5cd14c3647cb75391d83e0b (patch)
treefb49d5472030e3aa1ed1f0f390be56f44f65fe1f
parent86fc293a4fea63d21e5afe717c18ee9419211fe3 (diff)
comphelper::OIHWrapNoFilterDialog does not implement XInitialization
Change-Id: Idce153607c3deb3f0a1809b9d18cbcc6f30cf04d
-rw-r--r--comphelper/source/misc/ihwrapnofilter.cxx10
-rw-r--r--include/comphelper/ihwrapnofilter.hxx11
2 files changed, 0 insertions, 21 deletions
diff --git a/comphelper/source/misc/ihwrapnofilter.cxx b/comphelper/source/misc/ihwrapnofilter.cxx
index 4f9d5f59a761..c0fa0b8a5df7 100644
--- a/comphelper/source/misc/ihwrapnofilter.cxx
+++ b/comphelper/source/misc/ihwrapnofilter.cxx
@@ -89,16 +89,6 @@ namespace comphelper
}
}
-
- // XInitialization
-
- void SAL_CALL OIHWrapNoFilterDialog::initialize( const uno::Sequence< uno::Any >& )
- throw ( uno::Exception,
- uno::RuntimeException,
- frame::DoubleInitializationException )
- {
- }
-
// XServiceInfo
OUString SAL_CALL OIHWrapNoFilterDialog::getImplementationName()
throw ( uno::RuntimeException, std::exception )
diff --git a/include/comphelper/ihwrapnofilter.hxx b/include/comphelper/ihwrapnofilter.hxx
index db2926868f05..d7fb2a85300e 100644
--- a/include/comphelper/ihwrapnofilter.hxx
+++ b/include/comphelper/ihwrapnofilter.hxx
@@ -23,9 +23,7 @@
#include <com/sun/star/task/XInteractionHandler2.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
-#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/frame/DoubleInitializationException.hpp>
#include <cppuhelper/implbase2.hxx>
#include <comphelper/comphelperdllapi.h>
@@ -61,15 +59,6 @@ namespace comphelper {
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