summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:05:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 13:05:40 +0100
commit8cad7d1947a02e28355c03b787df40052b48e4e4 (patch)
treeb71a04edc599cdc50515ba552f63c6fb68badd27 /odk/examples/DevelopersGuide/Components
parent76c11607870c5370074be050c96e990298733d5e (diff)
add modelines to .hxx files as well
Diffstat (limited to 'odk/examples/DevelopersGuide/Components')
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
index c0b8dedd385a..f2e4a0f4a08e 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
+++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -123,3 +124,5 @@ SAL_CALL Addon_createInstance( const ::com::sun::star::uno::Reference< ::com::su
throw ( ::com::sun::star::uno::Exception );
#endif // _Addon_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */