summaryrefslogtreecommitdiff
path: root/vcl/source/helper/evntpost.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/evntpost.cxx')
-rw-r--r--vcl/source/helper/evntpost.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx
index 9e200a3136c3..a8a68640ec36 100644
--- a/vcl/source/helper/evntpost.cxx
+++ b/vcl/source/helper/evntpost.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63,3 +64,5 @@ IMPL_LINK_INLINE_START( EventPoster, DoEvent_Impl, UserEvent*, pEvent )
IMPL_LINK_INLINE_END( EventPoster, DoEvent_Impl, UserEvent*, pEvent )
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */