summaryrefslogtreecommitdiff
path: root/unoxml/source/events
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:03:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:49:40 +0100
commit8c97ec61d74261b4dd18b6f65f70be92dd85a794 (patch)
treeb522fceb61fac39400aa0ba94e52dc77dd4149fd /unoxml/source/events
parente924c21986d4ae0a9b98641ccdb1e701250754de (diff)
add modelines to .hxx files as well
Diffstat (limited to 'unoxml/source/events')
-rw-r--r--unoxml/source/events/event.hxx3
-rw-r--r--unoxml/source/events/eventdispatcher.hxx3
-rw-r--r--unoxml/source/events/mouseevent.hxx3
-rw-r--r--unoxml/source/events/mutationevent.hxx3
-rw-r--r--unoxml/source/events/testlistener.hxx3
-rw-r--r--unoxml/source/events/uievent.hxx3
6 files changed, 18 insertions, 0 deletions
diff --git a/unoxml/source/events/event.hxx b/unoxml/source/events/event.hxx
index 3620d84374dc..578be586a5cc 100644
--- a/unoxml/source/events/event.hxx
+++ b/unoxml/source/events/event.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __EVENT_HXX
#define __EVENT_HXX
@@ -68,3 +69,5 @@ public:
};
}}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/unoxml/source/events/mouseevent.hxx b/unoxml/source/events/mouseevent.hxx
index d70f1c1ac605..76b5189edd3d 100644
--- a/unoxml/source/events/mouseevent.hxx
+++ b/unoxml/source/events/mouseevent.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __MOUSEEVENT_HXX
#define __MOUSEEVENT_HXX
@@ -90,3 +91,5 @@ public:
};
}}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoxml/source/events/mutationevent.hxx b/unoxml/source/events/mutationevent.hxx
index e28613ad5df9..f096dbc178a8 100644
--- a/unoxml/source/events/mutationevent.hxx
+++ b/unoxml/source/events/mutationevent.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __MUTATIONEVENT_HXX
#define __MUTATIONEVENT_HXX
@@ -64,3 +65,5 @@ public:
};
}}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoxml/source/events/testlistener.hxx b/unoxml/source/events/testlistener.hxx
index b6d6abdc700f..088c8278622a 100644
--- a/unoxml/source/events/testlistener.hxx
+++ b/unoxml/source/events/testlistener.hxx
@@ -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.
@@ -104,3 +105,5 @@ namespace DOM { namespace events
}}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unoxml/source/events/uievent.hxx b/unoxml/source/events/uievent.hxx
index f7c5806e48e0..fdfeae5b395f 100644
--- a/unoxml/source/events/uievent.hxx
+++ b/unoxml/source/events/uievent.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __UIEVENT_HXX
#define __UIEVENT_HXX
@@ -53,3 +54,5 @@ public:
};
}}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */