summaryrefslogtreecommitdiffstats
path: root/comphelper
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 /comphelper
parentNo need for SortedDynamicResultSet::impl_* to be virtual (diff)
downloadcore-61c44a9929f496c4e5cd14c3647cb75391d83e0b.tar.gz
core-61c44a9929f496c4e5cd14c3647cb75391d83e0b.zip
comphelper::OIHWrapNoFilterDialog does not implement XInitialization
Change-Id: Idce153607c3deb3f0a1809b9d18cbcc6f30cf04d
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/ihwrapnofilter.cxx10
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 )