summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filrset.cxx')
-rw-r--r--ucb/source/ucp/file/filrset.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filrset.cxx b/ucb/source/ucp/file/filrset.cxx
index f274bc58ee11..2022e9a23e40 100644
--- a/ucb/source/ucp/file/filrset.cxx
+++ b/ucb/source/ucp/file/filrset.cxx
@@ -58,7 +58,6 @@ XResultSet_impl::XResultSet_impl( shell* pMyShell,
, m_pDisposeEventListeners( nullptr )
, m_pRowCountListeners( nullptr )
, m_pIsFinalListeners( nullptr )
- , m_bStatic( false )
, m_nErrorCode( TASKHANDLER_NO_ERROR )
, m_nMinorErrorCode( TASKHANDLER_NO_ERROR )
{
@@ -611,8 +610,6 @@ XResultSet_impl::connectToCache(
{
if( m_xListener.is() )
throw ucb::ListenerAlreadySetException( THROW_WHERE );
- if( m_bStatic )
- throw ucb::ListenerAlreadySetException( THROW_WHERE );
uno::Reference< ucb::XSourceInitialization > xTarget(
xCache, uno::UNO_QUERY );