summaryrefslogtreecommitdiff
path: root/svl/source/notify/listeneriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/listeneriter.cxx')
-rw-r--r--svl/source/notify/listeneriter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/source/notify/listeneriter.cxx b/svl/source/notify/listeneriter.cxx
index 5b1f7b1fa976..46646f441fe6 100644
--- a/svl/source/notify/listeneriter.cxx
+++ b/svl/source/notify/listeneriter.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.
@@ -188,3 +189,4 @@ SvtListener* SvtListenerIter::GetCurr() const // returns the current
return pDelNext ? pDelNext->GetListener() : 0;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */