From 011dd73794e28949053a9f4cd2d1039157007326 Mon Sep 17 00:00:00 2001 From: Herbert Dürr Date: Wed, 19 Oct 2011 11:31:00 +0000 Subject: #118529# solve break converters and convert commands for OLEs and images (author=alg) --- sd/source/ui/view/drviews7.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sd') 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; -- cgit