diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-05 13:45:10 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-05 13:45:10 +0100 |
commit | dec6f0c452024e9023f9adb751a4f33a907c2eb2 (patch) | |
tree | 69c0e35e4a6155519a63c9f8d9db2696ab61843b /cui/source/dialogs/SpellDialog.cxx | |
parent | bc25e9eafe32fa8c6b107c1e8673a93d23ef07e5 (diff) |
#161586# allowing for thesaurus vendor images
Diffstat (limited to 'cui/source/dialogs/SpellDialog.cxx')
-rwxr-xr-x[-rw-r--r--] | cui/source/dialogs/SpellDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 3f6d767aa..1e5a41a34 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(); |