summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-02-05 13:45:10 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-02-05 13:45:10 +0100
commit97ed06ff8bed722b12d8037a9f641664e06a3c13 (patch)
treec3bba54be513a8236b278823ddccfb8a5c6fa627 /cui
parent30d06a08659c77a14a45c336b9589309d422bd44 (diff)
#161586# allowing for thesaurus vendor images
Diffstat (limited to 'cui')
-rwxr-xr-x[-rw-r--r--]cui/source/dialogs/SpellDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index 0e69585a4ff4..48ecbf5205f7 100644..100755
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -476,7 +476,7 @@ IMPL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog *, EMPTYARG )
}
else
{
- if( SvtLinguConfig().HasAnyVendorImages() )
+ if( SvtLinguConfig().HasVendorImages( "SpellAndGrammarDialogImage" ) )
{
pThis->aVendorImageFI.Show();
Size aVendorSize = pThis->aVendorImageFI.GetSizePixel();