summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfrmobjslist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accfrmobjslist.cxx')
-rw-r--r--sw/source/core/access/accfrmobjslist.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/access/accfrmobjslist.cxx b/sw/source/core/access/accfrmobjslist.cxx
index 2f3e8399187a..15c989e5cef5 100644
--- a/sw/source/core/access/accfrmobjslist.cxx
+++ b/sw/source/core/access/accfrmobjslist.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.
@@ -171,3 +172,4 @@ SwAccessibleChildSList_const_iterator& SwAccessibleChildSList_const_iterator::op
return rList.IsVisibleChildrenOnly() ? next_visible() : next();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */