summaryrefslogtreecommitdiff
path: root/framework/source/fwe/dispatch
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-25 14:05:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-25 14:05:29 +0100
commite0483315269a616acd2ee00fb50208cc03a6ea22 (patch)
treefe105d4ed16dde93f61c9e39f58ab22f76d3c744 /framework/source/fwe/dispatch
parent6f531db266857c7f4371687da3694b0b2fe5aa16 (diff)
add mode-lines here
Diffstat (limited to 'framework/source/fwe/dispatch')
-rw-r--r--framework/source/fwe/dispatch/interaction.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/source/fwe/dispatch/interaction.cxx b/framework/source/fwe/dispatch/interaction.cxx
index 9b3d4f4c69d8..248f7a5c6117 100644
--- a/framework/source/fwe/dispatch/interaction.cxx
+++ b/framework/source/fwe/dispatch/interaction.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.
@@ -364,3 +365,5 @@ uno::Reference < task::XInteractionRequest > InteractionRequest::CreateRequest(
}
} // namespace framework
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */