summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/scrwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/scrwin.hxx')
-rw-r--r--svtools/inc/svtools/scrwin.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/inc/svtools/scrwin.hxx b/svtools/inc/svtools/scrwin.hxx
index deeab0ee3fd9..f81b60d446de 100644
--- a/svtools/inc/svtools/scrwin.hxx
+++ b/svtools/inc/svtools/scrwin.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.
@@ -30,9 +31,7 @@
#include "svtools/svtdllapi.h"
-#ifndef _SCRBAR_HXX //autogen
#include <vcl/scrbar.hxx>
-#endif
class DataChangedEvent;
@@ -110,3 +109,5 @@ private:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */