diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-26 16:37:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-27 09:06:34 +0200 |
commit | 290507945df40b3890396835ef99185e6ed70f31 (patch) | |
tree | 34ebc111a4ff19697c1d73b9840f05ea5e434453 /extensions | |
parent | 595309903211ed5986ba0d2ef4d3b21bdfad10d9 (diff) |
readonly xBibCursor in BibDataManager
since
commit 95117e7fefa9ae82431dcdffd1e58495730f6f54
Date: Mon Sep 18 15:18:56 2000 +0000
initial import
Change-Id: Ia7e57f1e0e2b19c6eb5b66ada9cc062f202b453a
Reviewed-on: https://gerrit.libreoffice.org/42833
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 22d4e8fae122..161b24048040 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -1422,10 +1422,6 @@ void BibDataManager::propertyChange(const beans::PropertyChangeEvent& evt) } else aUID = evt.NewValue; - - Reference< XRowLocate > xLocate(xBibCursor, UNO_QUERY); - DBG_ASSERT(xLocate.is(), "BibDataManager::propertyChange : invalid cursor !"); - xLocate->moveToBookmark(aUID); } } catch (const Exception&) diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx index d24e20170781..f988e29f9fad 100644 --- a/extensions/source/bibliography/datman.hxx +++ b/extensions/source/bibliography/datman.hxx @@ -92,7 +92,6 @@ private: OUString aDataSourceURL; OUString aQuoteChar; css::uno::Any aUID; - css::uno::Reference< css::sdbc::XResultSet > xBibCursor; ::comphelper::OInterfaceContainerHelper2 m_aLoadListeners; |