summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.cxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/dialogs/SpellAttrib.cxx b/cui/source/dialogs/SpellAttrib.cxx
index 4d3240597259..c4c55b9ebe1b 100644
--- a/cui/source/dialogs/SpellAttrib.cxx
+++ b/cui/source/dialogs/SpellAttrib.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.
@@ -170,3 +171,4 @@ int SpellBackgroundAttrib::operator==( const TextAttrib& rAttr ) const
m_aBackgroundColor == static_cast<const SpellBackgroundAttrib&>(rAttr).m_aBackgroundColor;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */