summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/general.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx
index acf29ea4e1c6..fc429b4adf62 100644
--- a/extensions/source/bibliography/general.cxx
+++ b/extensions/source/bibliography/general.cxx
@@ -782,7 +782,6 @@ bool BibGeneralPage::AddXControl(const OUString& rName, weld::Entry& rEntry)
if( xPropSet.is())
{
- uno::Reference< beans::XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo();
maChangeListeners.emplace_back(new EntryChangeListener(rEntry, xPropSet, *this));
maChangeListeners.back()->start();
if (&rEntry == m_xLocalURLED.get())
@@ -849,8 +848,6 @@ bool BibGeneralPage::AddXControl(const OUString& rName, weld::ComboBox& rList)
if( xPropSet.is())
{
- uno::Reference< beans::XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo();
-
css::uno::Sequence<OUString> aEntries;
xPropSet->getPropertyValue("StringItemList") >>= aEntries;
for (const OUString& rString : std::as_const(aEntries))