summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/marktree.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-10 20:53:16 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-10 20:56:26 +0200
commit95ab516729ccf847f6e588a224677314afb77b29 (patch)
tree24d216f4972ea21b3d9fa43ca8f9febdd1d8960b /dbaccess/source/ui/control/marktree.cxx
parentcleaned-up comments (diff)
downloadcore-95ab516729ccf847f6e588a224677314afb77b29.tar.gz
core-95ab516729ccf847f6e588a224677314afb77b29.zip
fdo#39468: Translate German comments in dbaccess/
Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b. Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0
Diffstat (limited to 'dbaccess/source/ui/control/marktree.cxx')
-rw-r--r--dbaccess/source/ui/control/marktree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx
index 7efa2491b516..07367d8319c5 100644
--- a/dbaccess/source/ui/control/marktree.cxx
+++ b/dbaccess/source/ui/control/marktree.cxx
@@ -79,7 +79,7 @@ void OMarkableTreeListBox::InitButtonData()
void OMarkableTreeListBox::KeyInput( const KeyEvent& rKEvt )
{
- // nur wenn space
+ // only if there are spaces
if (rKEvt.GetKeyCode().GetCode() == KEY_SPACE && !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1())
{
SvLBoxEntry* pCurrentHandlerEntry = GetHdlEntry();