summaryrefslogtreecommitdiff
path: root/sw/inc/list.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/list.hxx')
-rw-r--r--sw/inc/list.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx
index a080440a55ea..5629540126ee 100644
--- a/sw/inc/list.hxx
+++ b/sw/inc/list.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.
@@ -60,10 +61,6 @@ class SwList
bool IsListLevelMarked( const int nListLevel ) const;
-// void ContinueList( SwList& rList );
-// const SwList* GetContinuedList() const;
-// void ClearContinuation();
-
private:
// no copy constructor and no assignment operator
SwList( const SwList& );
@@ -72,3 +69,5 @@ class SwList
SwListImpl* mpListImpl;
};
#endif // LIST_HXX_INCLUDED
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */