summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-24 09:08:52 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-24 09:08:52 +0200
commit6cd261bd26504c664ae82ba4b13eb9b767d3e62b (patch)
tree36fccc24afc062fdc4cc77cf842940737bdcc25f /cui/source/options
parent9a6cbed6c4de11b12ed3d7201d7774649ed28577 (diff)
cws tl81: #i112179# dictionary issue with context menus fixed
Diffstat (limited to 'cui/source/options')
-rwxr-xr-x[-rw-r--r--]cui/source/options/optdict.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index 1c76da9212c1..c9ee53ca13fb 100644..100755
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -168,6 +168,7 @@ IMPL_LINK( SvxNewDictionaryDialog, OKHdl_Impl, Button *, EMPTYARG )
String aURL( linguistic::GetWritableDictionaryURL( sDict ) );
xNewDic = Reference< XDictionary > (
xDicList->createDictionary( sDict, aLocale, eType, aURL ) , UNO_QUERY );
+ xNewDic->setActive( sal_True );
}
DBG_ASSERT(xNewDic.is(), "NULL pointer");
}