summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/ihwrapnofilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/ihwrapnofilter.hxx')
-rw-r--r--comphelper/inc/comphelper/ihwrapnofilter.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/ihwrapnofilter.hxx b/comphelper/inc/comphelper/ihwrapnofilter.hxx
index 1765716acb66..773946cd9af1 100644
--- a/comphelper/inc/comphelper/ihwrapnofilter.hxx
+++ b/comphelper/inc/comphelper/ihwrapnofilter.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.
@@ -44,12 +45,8 @@
#include <com/sun/star/frame/DoubleInitializationException.hpp>
#endif
-#ifndef _CPPUHELPER_IMPLBASE3_HXX_
#include <cppuhelper/implbase3.hxx>
-#endif
-#ifndef INCLUDED_COMPHELPERDLLAPI_H
#include "comphelper/comphelperdllapi.h"
-#endif
namespace comphelper {
@@ -100,3 +97,5 @@ namespace comphelper {
};
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */