From 5a4d508bd6711def27c7738f7ac68c2da478e48c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Nov 2015 10:11:06 +0200 Subject: com::sun::star->css in vcl/ Change-Id: Ifad76177673cf93746ba221838be80ff76fed228 Reviewed-on: https://gerrit.libreoffice.org/20032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vcl/source/edit/vclmedit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/edit/vclmedit.cxx') diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx index a2e075555368..67a67a0d00c6 100644 --- a/vcl/source/edit/vclmedit.cxx +++ b/vcl/source/edit/vclmedit.cxx @@ -767,7 +767,7 @@ void TextWindow::KeyInput( const KeyEvent& rKEvent ) { bool bDone = false; sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); - if ( nCode == com::sun::star::awt::Key::SELECT_ALL || + if ( nCode == css::awt::Key::SELECT_ALL || ( (nCode == KEY_A) && rKEvent.GetKeyCode().IsMod1() && !rKEvent.GetKeyCode().IsMod2() ) ) { -- cgit v1.2.3