Kaydet (Commit) 29050794 authored tarafından Noel Grandin's avatar Noel Grandin

readonly xBibCursor in BibDataManager

since
    commit 95117e7f
    Date:   Mon Sep 18 15:18:56 2000 +0000
    initial import

Change-Id: Ia7e57f1e0e2b19c6eb5b66ada9cc062f202b453a
Reviewed-on: https://gerrit.libreoffice.org/42833Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 59530990
......@@ -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&)
......
......@@ -92,7 +92,6 @@ private:
OUString aDataSourceURL;
OUString aQuoteChar;
css::uno::Any aUID;
css::uno::Reference< css::sdbc::XResultSet > xBibCursor;
::comphelper::OInterfaceContainerHelper2 m_aLoadListeners;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment