summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:17:27 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:17:27 +0000
commitabc6df73843e4cb31698e9e291cec7532863f5fb (patch)
treee20fcf31d39d4b203d2e701dc2dc76ec43fb077e /sd/source/ui/slidesorter/controller/SlsClipboard.cxx
parentdcdc0dd51a7086126ab2ad584396aa8cc8394f9a (diff)
INTEGRATION: CWS impress29 (1.6.44); FILE MERGED
2005/01/13 16:46:47 af 1.6.44.1: #i39639# Added support for SID_DELETE slot.
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsClipboard.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsClipboard.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
index 0fcfeb506b46..8835f3d3f8b1 100644
--- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SlsClipboard.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 16:35:43 $
+ * last change: $Author: obo $ $Date: 2005-01-25 15:17:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,7 @@ void Clipboard::HandleSlotCall (SfxRequest& rRequest)
switch (rRequest.GetSlot())
{
case SID_CUT:
+ case SID_DELETE:
if (pCurrentFunction != NULL)
pCurrentFunction->DoCut();
else