summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/cfgdesc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/cfgdesc.hxx')
-rw-r--r--sw/source/ui/inc/cfgdesc.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/inc/cfgdesc.hxx b/sw/source/ui/inc/cfgdesc.hxx
index 967b87986ae6..9de404744078 100644
--- a/sw/source/ui/inc/cfgdesc.hxx
+++ b/sw/source/ui/inc/cfgdesc.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.
@@ -66,3 +67,5 @@ inline String SwCfgDesc::GetMacro() const { return aFuncText; }
inline String SwCfgDesc::GetLib() const { return aLibName; }
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */