Kaydet (Commit) f75037d0 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS interop12 (1.35.138); FILE MERGED

2004/02/13 21:29:15 cl 1.35.138.3: RESYNC: (1.35-1.36); FILE MERGED
2003/11/21 10:35:35 cl 1.35.138.2: #i20949# string review 1 for header&footer
2003/11/04 16:31:29 cl 1.35.138.1: #i20949# added header&footer support for impress
üst d564cebb
......@@ -2,9 +2,9 @@
*
* $RCSfile: drviewse.cxx,v $
*
* $Revision: 1.36 $
* $Revision: 1.37 $
*
* last change: $Author: obo $ $Date: 2004-01-20 12:47:57 $
* last change: $Author: rt $ $Date: 2004-03-30 15:55:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -898,7 +898,7 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
case SID_CUT:
{
if ( pDrView->IsPresObjSelected(FALSE, TRUE) )
if ( pDrView->IsPresObjSelected(FALSE, TRUE, FALSE, TRUE) )
{
InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();
}
......@@ -913,7 +913,7 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
case SID_COPY:
{
if ( pDrView->IsPresObjSelected(FALSE, TRUE) )
if ( pDrView->IsPresObjSelected(FALSE, TRUE, FALSE, TRUE) )
{
InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();
}
......@@ -991,7 +991,7 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
pOLV->PostKeyEvent(aKEvt);
}
}
else if ( pDrView->IsPresObjSelected(FALSE, TRUE) )
else if ( pDrView->IsPresObjSelected(FALSE, TRUE, FALSE, TRUE) )
{
InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment