diff options
author | Herbert Dürr <hdu@apache.org> | 2011-10-19 11:31:00 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-10-19 11:31:00 +0000 |
commit | 011dd73794e28949053a9f4cd2d1039157007326 (patch) | |
tree | a5ebcfd02558c7c39eb0b7a45c1f58456cda8e78 /sd | |
parent | c13162c59402230bdd8f46300bbfa8142c4e01b7 (diff) |
#118529# solve break converters and convert commands for OLEs and images (author=alg)
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/ui/view/drviews7.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 0386b62b64c7..1b2d4d46683e 100755 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -1424,9 +1424,10 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet ) bFoundNoGraphicObj = sal_True; break; case OBJ_OLE2 : - // #i118485# Allow Line, Area and Graphic (Metafile) + // #i118485# #i118525# Allow Line, Area and Graphic (Metafile, Bitmap) bSingleGraphicSelected = nMarkCount == 1; - bFoundMetafile = sal_True; + bFoundBitmap = true; + bFoundMetafile = true; break; case OBJ_GRAF : bSingleGraphicSelected = nMarkCount == 1; |