summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 19:45:59 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 19:45:59 +0000
commitf965e17a8459844d598f9ebfc406ba09fe5a2392 (patch)
tree59ca4f72542a543d1f20678b24e2e967a7e7d57e /sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
parentdb47abed46fb380b5a27fef7e388272283953725 (diff)
INTEGRATION: CWS impress91 (1.25.104); FILE MERGED
2006/04/03 12:24:44 af 1.25.104.1: #i54714# Made BACKSPACE do the same as DELETE.
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index c8b1465fc47e..934f86aa9199 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SlsSelectionFunction.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: vg $ $Date: 2006-04-06 16:20:46 $
+ * last change: $Author: kz $ $Date: 2006-04-26 20:45:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -441,6 +441,7 @@ BOOL SelectionFunction::KeyInput (const KeyEvent& rEvent)
break;
case KEY_DELETE:
+ case KEY_BACKSPACE:
{
int nSelectedPagesCount = 0;
int nPageCount = mrController.GetModel().GetPageCount();