summaryrefslogtreecommitdiff
path: root/sw/inc/HandleAnchorNodeChg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/HandleAnchorNodeChg.hxx')
-rw-r--r--sw/inc/HandleAnchorNodeChg.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx
index 910ae4405f4b..bc76cb0cf859 100644
--- a/sw/inc/HandleAnchorNodeChg.hxx
+++ b/sw/inc/HandleAnchorNodeChg.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.
@@ -31,7 +32,6 @@ class SwFlyFrmFmt;
class SwFmtAnchor;
class SwFlyFrm;
-// OD 2006-02-28 #125892#
// helper class to track change of anchor node of at-paragraph respectively
// at-character anchored fly frames
// if such a change happens, it has to be checked, if the count of the anchor
@@ -79,3 +79,5 @@ private:
void operator=( const SwHandleAnchorNodeChg );
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */