summaryrefslogtreecommitdiff
path: root/svtools/source/inc/svimpicn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/svimpicn.hxx')
-rw-r--r--svtools/source/inc/svimpicn.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/source/inc/svimpicn.hxx b/svtools/source/inc/svimpicn.hxx
index b516ca9bfe25..585827ff0c05 100644
--- a/svtools/source/inc/svimpicn.hxx
+++ b/svtools/source/inc/svimpicn.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.
@@ -27,13 +28,9 @@
#ifndef _SVIMPICN_HXX
#define _SVIMPICN_HXX
-#ifndef _VIRDEV_HXX
#include <vcl/virdev.hxx>
-#endif
-#ifndef _SCRBAR_HXX
#include <vcl/scrbar.hxx>
-#endif
#include <limits.h>
class SvLBoxEntry;
@@ -318,3 +315,4 @@ inline void SvImpIconView::MakeVisible( SvLBoxEntry* pEntry )
#endif // #ifndef _SVIMPICN_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */