summaryrefslogtreecommitdiff
path: root/svx/inc/svx/xattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/xattr.hxx')
-rw-r--r--svx/inc/svx/xattr.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/svx/inc/svx/xattr.hxx b/svx/inc/svx/xattr.hxx
index d4f4bd42e1..30f9981804 100644
--- a/svx/inc/svx/xattr.hxx
+++ b/svx/inc/svx/xattr.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,21 +28,6 @@
#ifndef _XATTR_HXX
#define _XATTR_HXX
-// include ---------------------------------------------------------------
-
-#ifndef _XDEF_HXX
-//#include <svx/xdef.hxx>
-#endif
-#ifndef _XENUM_HXX
-//#include <svx/xenum.hxx>
-#endif
-#ifndef _XPOLY_HXX
-//#include <svx/xpoly.hxx>
-#endif
-#ifndef _SVX_RECTENUM_HXX
-//#include <svx/rectenum.hxx>
-#endif
-
class XColorTable;
class XDashTable;
class XLineEndTable;
@@ -65,3 +51,4 @@ class XGradientTable;
#endif // _XATTR_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */