diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:57:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:57:52 +0000 |
commit | fce38551d956e6a22d9b6196c528cd45e465272f (patch) | |
tree | 940d5a98e67e8f292466275729dc13158e000635 /basctl | |
parent | f897b21d8faf7f5f410818aab732a6aca177cdf2 (diff) |
INTEGRATION: CWS ab34 (1.36.20); FILE MERGED
2007/07/24 13:59:38 ab 1.36.20.2: RESYNC: (1.36-1.39); FILE MERGED
2007/07/09 15:10:39 ab 1.36.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 064f56345dde..3477cb06da1a 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: baside3.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: rt $ $Date: 2007-07-03 13:02:16 $ + * last change: $Author: hr $ $Date: 2007-08-03 09:57:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -472,9 +472,6 @@ void __EXPORT DialogWindow::ExecuteCommand( SfxRequest& rReq ) } break; case SID_DELETE: -#ifdef MAC - case SID_BACKSPACE: -#endif if ( !IsReadOnly() ) { GetEditor()->Delete(); |