summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tmpdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/tmpdlg.hxx')
-rw-r--r--sw/source/ui/inc/tmpdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/tmpdlg.hxx b/sw/source/ui/inc/tmpdlg.hxx
index f3feddfc89ed..cc2a9c18d441 100644
--- a/sw/source/ui/inc/tmpdlg.hxx
+++ b/sw/source/ui/inc/tmpdlg.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.
@@ -35,7 +36,6 @@ class SwWrtShell;
/*--------------------------------------------------------------------
Beschreibung: Der Tabdialog Traeger der TabPages
--------------------------------------------------------------------*/
-
class SwTemplateDlg: public SfxStyleDialog
{
@@ -61,6 +61,6 @@ public:
virtual short Ok();
};
-
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */