From 1d81d868d2e9988c124e68c4906ba50036615ffe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 29 Jul 2016 11:24:31 +0100 Subject: strangely misplaced modeline Change-Id: I4c8dabbd2eeac2e3edb72a426687af8692c77497 --- vcl/source/window/dlgctrl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index e51088f4afdd..3cb40abf84db 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -1116,7 +1116,7 @@ KeyEvent Window::GetActivationKey() const } /* namespace vcl */ -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */sal_Unicode getAccel( const OUString& rStr ) +sal_Unicode getAccel( const OUString& rStr ) { sal_Unicode nChar = 0; sal_Int32 nPos = 0; @@ -1131,4 +1131,4 @@ KeyEvent Window::GetActivationKey() const return nChar; } - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3