summaryrefslogtreecommitdiff
path: root/unoxml/source/events/eventdispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/eventdispatcher.hxx')
-rw-r--r--unoxml/source/events/eventdispatcher.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unoxml/source/events/eventdispatcher.hxx b/unoxml/source/events/eventdispatcher.hxx
index 7c7978bb8b06..cd8f7fd608d6 100644
--- a/unoxml/source/events/eventdispatcher.hxx
+++ b/unoxml/source/events/eventdispatcher.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <map>
#include <vector>
@@ -48,3 +49,5 @@ public:
sal_Bool bCapture);
};
}}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */