summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/autocdlg.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-11 10:25:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-11 10:25:54 +0200
commit88840a796efc087e5699d8e8a53587f1cedbe73c (patch)
tree2dbe30e622ff2c3a5478a3a3bebc973144948309 /cui/source/tabpages/autocdlg.cxx
parente1c2aae61b21f8aa5f64c38efd6ca685c89291e3 (diff)
Remove unused local vars
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
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 0fb65f24ef47..bb8fcb51d016 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -2475,7 +2475,6 @@ void OfaSmartTagOptionsTabPage::FillListBox( const SmartTagMgr& rSmartTagMgr )
// fill list box:
const sal_uInt32 nNumberOfRecognizers = rSmartTagMgr.NumberOfRecognizers();
const lang::Locale aLocale( SvxCreateLocale( eLastDialogLanguage ) );
- std::vector< ActionReference > aActionReferences;
for ( sal_uInt32 i = 0; i < nNumberOfRecognizers; ++i )
{