summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 09:24:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 09:47:48 +0000
commit194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch)
tree18bde561673d11491849d803dee4980ae48de259 /connectivity
parentf3eccc655387b47fb0986558b8835588eee2898d (diff)
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/sdbcx/VView.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index adc2e3d62543..be69eb632cf1 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -75,13 +75,6 @@ void OView::construct()
registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_CHECKOPTION), PROPERTY_ID_CHECKOPTION,nAttrib,&m_CheckOption, ::cppu::UnoType<sal_Int32>::get());
}
-void OView::disposing(void)
-{
- OPropertySetHelper::disposing();
-
- ::osl::MutexGuard aGuard(m_aMutex);
-}
-
Sequence< Type > SAL_CALL OView::getTypes( ) throw(RuntimeException, std::exception)
{
return ::comphelper::concatSequences(ODescriptor::getTypes(),OView_BASE::getTypes());