summaryrefslogtreecommitdiff
path: root/svl/source/notify/isethint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/isethint.cxx')
-rw-r--r--svl/source/notify/isethint.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx
index 23ae3f19b154..f408044bdefb 100644
--- a/svl/source/notify/isethint.cxx
+++ b/svl/source/notify/isethint.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,9 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svl.hxx"
-#ifndef GCC
-#endif
-
#include <svl/isethint.hxx>
#include <svl/itemset.hxx>
@@ -73,3 +71,5 @@ SfxItemSetHint::~SfxItemSetHint()
}
//--------------------------------------------------------------------
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */