summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/fieldwnd.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 14:09:23 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 14:09:23 +0000
commit8d23ee8e69a46ac596cd08ad271d682712580d28 (patch)
treebf435ae67fe84bab345123a8f4e07f47de17e03f /sc/source/ui/dbgui/fieldwnd.cxx
parent75e381a5e4eed7d73fb7f97451dbb73d14e40744 (diff)
INTEGRATION: CWS vcl08 (1.8.4.1.20); FILE MERGED
2003/04/09 10:19:32 dr 1.8.4.1.20.2: #108669# mirrored UI: swap left/right cursor done in VCL 2003/04/09 10:11:32 dr 1.8.4.1.20.1: #108669# mirrored UI: swap left/right cursor done in VCL
Diffstat (limited to 'sc/source/ui/dbgui/fieldwnd.cxx')
-rw-r--r--sc/source/ui/dbgui/fieldwnd.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/dbgui/fieldwnd.cxx b/sc/source/ui/dbgui/fieldwnd.cxx
index 891bcbd8191f..dd8d3f97b5b4 100644
--- a/sc/source/ui/dbgui/fieldwnd.cxx
+++ b/sc/source/ui/dbgui/fieldwnd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fieldwnd.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:05:53 $
+ * last change: $Author: rt $ $Date: 2003-04-17 15:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,6 @@ ScDPFieldWindow::ScDPFieldWindow(
eType( eFieldType ),
nFieldCount( 0 ),
nFieldSelected( 0 ),
- mbAppRTL( !!Application::GetSettings().GetLayoutRTL() ),
pAccessible( NULL )
{
Init();
@@ -522,10 +521,6 @@ void __EXPORT ScDPFieldWindow::KeyInput( const KeyEvent& rKEvt )
USHORT nCode = rKeyCode.GetCode();
BOOL bKeyEvaluated = FALSE;
- // revert wrong cursor direction (left/right) in RTL windows
- if( ((nCode == KEY_LEFT) || (nCode == KEY_RIGHT)) && mbAppRTL && IsRTLEnabled() )
- nCode = (nCode == KEY_LEFT) ? KEY_RIGHT : KEY_LEFT;
-
if( rKeyCode.IsMod1() && (eType != TYPE_SELECT) )
{
bKeyEvaluated = TRUE;