summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.cxx')
-rw-r--r--extensions/source/bibliography/datman.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index aaaf92980e76..a6c5deba6924 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -110,7 +110,6 @@ Reference< XConnection > getConnection(const OUString& _rURL)
if (xDataSource.is())
{
// need user/pwd for this
- Reference< XPropertySet > xDataSourceProps(xDataSource, UNO_QUERY);
Reference< XCompletedConnection > xComplConn(xDataSource, UNO_QUERY);
try
{
@@ -1294,7 +1293,6 @@ Reference< awt::XControlModel > BibDataManager::loadControlModel(
{
aElement = xFields->getByName(rName);
aElement >>= xField;
- Reference< XPropertySetInfo > xInfo = xField.is() ? xField->getPropertySetInfo() : Reference< XPropertySetInfo > ();
const OUString sType("Type");
sal_Int32 nFormatKey = 0;