summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/autocdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-29 23:38:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-29 23:39:10 +0000
commitd210827c83e78fd0dbf6bd00828e29ac31b41abd (patch)
tree0ef715eb66faedbe5a69df4bf0495e66f85d853e /cui/source/tabpages/autocdlg.cxx
parent8a5b9413bd098b4643a0ca73eaa4834e962e5647 (diff)
loplugin: remove some unused strings, etc.
Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
Diffstat (limited to 'cui/source/tabpages/autocdlg.cxx')
-rw-r--r--cui/source/tabpages/autocdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index b64619feacd1..42ece11a950d 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -2438,7 +2438,6 @@ void OfaSmartTagOptionsTabPage::FillListBox( const SmartTagMgr& rSmartTagMgr )
uno::Reference< smarttags::XSmartTagRecognizer > xRec = rSmartTagMgr.GetRecognizer(i);
const rtl::OUString aName = xRec->getName( aLocale );
- const rtl::OUString aDesc = xRec->getDescription( aLocale );
const sal_Int32 nNumberOfSupportedSmartTags = xRec->getSmartTagCount();
for ( sal_Int32 j = 0; j < nNumberOfSupportedSmartTags; ++j )