summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-07-02 14:45:29 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-07-02 14:45:29 +0200
commitde432231c123abae12659a4776047f11205f23db (patch)
treea8067383e17341de0ae251185c6ea53af77dbe28 /editeng/source
parent2933662f907ebb7b33783ac1124682e5b794bfe7 (diff)
cws tl81: warning-free code
Diffstat (limited to 'editeng/source')
-rw-r--r--[-rwxr-xr-x]editeng/source/editeng/editview.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index c07b84d0d0f2..664512df414e 100755..100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -1265,7 +1265,6 @@ void EditView::ExecuteSpellPopup( const Point& rPosPixel, Link* pCallBack )
String aDicName ( pInsertMenu->GetItemText(nId) );
uno::Reference< linguistic2::XDictionary > xDic;
- uno::Reference< linguistic2::XDictionaryList > xDicList( SvxGetDictionaryList() );
if (xDicList.is())
xDic = xDicList->getDictionaryByName( aDicName );