summaryrefslogtreecommitdiff
path: root/sw/inc/docfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docfac.hxx')
-rw-r--r--sw/inc/docfac.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx
index 697da8692b4d..12025fd546d8 100644
--- a/sw/inc/docfac.hxx
+++ b/sw/inc/docfac.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.
@@ -40,9 +41,10 @@ public:
SwDocFac( SwDoc *pDoc = 0 );
~SwDocFac();
- // Das Dokument ist nach dem Aufruf von Read(..) angelegt
+ // Document is created after calling Read(...).
SwDoc* GetDoc();
};
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */