[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 29 10:27:26 UTC 2016
vcl/source/window/dlgctrl.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1d81d868d2e9988c124e68c4906ba50036615ffe
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jul 29 11:24:31 2016 +0100
strangely misplaced modeline
Change-Id: I4c8dabbd2eeac2e3edb72a426687af8692c77497
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index e51088f..3cb40ab 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: */
More information about the Libreoffice-commits
mailing list