summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-29 11:24:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-29 11:24:31 +0100
commit1d81d868d2e9988c124e68c4906ba50036615ffe (patch)
tree13e706cf94b6054e50d8e3c9ab4af457ed97861a
parenta2095b151409f0fb57aa8feaa4c6282f84040245 (diff)
strangely misplaced modeline
Change-Id: I4c8dabbd2eeac2e3edb72a426687af8692c77497
-rw-r--r--vcl/source/window/dlgctrl.cxx4
1 files 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: */