summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctdlg.cxx')
-rw-r--r--sfx2/source/doc/doctdlg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/doc/doctdlg.cxx b/sfx2/source/doc/doctdlg.cxx
index 45804246bf..ef9868ce23 100644
--- a/sfx2/source/doc/doctdlg.cxx
+++ b/sfx2/source/doc/doctdlg.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.
@@ -28,7 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sfx2.hxx"
-#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
#include <svl/stritem.hxx>
@@ -236,3 +236,4 @@ void SfxDocumentTemplateDlg::NewTemplate(const String &rPath)
aRegionLb.GetSelectEntryPos(), GetTemplateName(), rPath);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */