summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-24 12:32:14 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-24 17:44:31 +0100
commitd5caf6898b384de8465179341e8f0ccf66b06b2b (patch)
tree979dc56521b1baad8d6db4ef336d3c19b8b419d2 /extensions/source
parent10f4ddc9a5e28b33ad2bffe6cd3e4aaab920f872 (diff)
loplugin: unused variables
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/bibliography/datman.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index a23c0960cf5e..60450e199794 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -1390,7 +1390,6 @@ Reference< awt::XControlModel > BibDataManager::loadControlModel(
aElement >>= xField;
Reference< XPropertySetInfo > xInfo = xField.is() ? xField->getPropertySetInfo() : Reference< XPropertySetInfo > ();
- ::rtl::OUString sCurrentModelType;
const ::rtl::OUString sType("Type");
sal_Int32 nFormatKey = 0;
xField->getPropertyValue(sType) >>= nFormatKey;