diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-12 17:04:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-13 12:50:12 +0100 |
commit | 61c44a9929f496c4e5cd14c3647cb75391d83e0b (patch) | |
tree | fb49d5472030e3aa1ed1f0f390be56f44f65fe1f /comphelper/source | |
parent | 86fc293a4fea63d21e5afe717c18ee9419211fe3 (diff) |
comphelper::OIHWrapNoFilterDialog does not implement XInitialization
Change-Id: Idce153607c3deb3f0a1809b9d18cbcc6f30cf04d
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/ihwrapnofilter.cxx | 10 |
1 files changed, 0 insertions, 10 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 ) |