summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/observablethread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/observablethread.cxx')
-rw-r--r--sw/source/core/docnode/observablethread.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/source/core/docnode/observablethread.cxx b/sw/source/core/docnode/observablethread.cxx
index 347575165cc4..cafeb9b610b1 100644
--- a/sw/source/core/docnode/observablethread.cxx
+++ b/sw/source/core/docnode/observablethread.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.
@@ -31,7 +32,7 @@
/** class for an observable thread
- OD 2007-01-29 #i73788#
+ #i73788#
@author OD
*/
@@ -95,3 +96,5 @@ void ObservableThread::threadFinished()
{
// empty default implementation
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */