summaryrefslogtreecommitdiffstats
path: root/unotools/source/config/undoopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/undoopt.cxx')
-rw-r--r--unotools/source/config/undoopt.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/source/config/undoopt.cxx b/unotools/source/config/undoopt.cxx
index 25cb7837008f..7674a0ed05f7 100644
--- a/unotools/source/config/undoopt.cxx
+++ b/unotools/source/config/undoopt.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.
@@ -199,3 +200,5 @@ sal_Int32 SvtUndoOptions::GetUndoCount() const
{
return pImp->GetUndoCount();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */