summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/mainwn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/mainwn.cxx')
-rw-r--r--sw/source/ui/app/mainwn.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/app/mainwn.cxx b/sw/source/ui/app/mainwn.cxx
index d9750b737617..5ad53a445541 100644
--- a/sw/source/ui/app/mainwn.cxx
+++ b/sw/source/ui/app/mainwn.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.
@@ -33,13 +34,9 @@
#include <mdiexp.hxx>
#include <tools/shl.hxx>
#include <tools/string.hxx>
-#ifndef _SVARRAY_HXX
#include <svl/svstdarr.hxx>
-#endif
#include <sfx2/progress.hxx>
-#ifndef _RESID_HXX //autogen
#include <tools/resid.hxx>
-#endif
#include <docsh.hxx>
#include <swmodule.hxx>
#include "swtypes.hxx"
@@ -163,3 +160,4 @@ void RescheduleProgress( SwDocShell *pDocShell )
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */