summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLRectangleMembersHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLRectangleMembersHandler.cxx')
-rw-r--r--xmloff/source/style/XMLRectangleMembersHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/XMLRectangleMembersHandler.cxx b/xmloff/source/style/XMLRectangleMembersHandler.cxx
index acd53e2dfd4e..9e9fef6d9c96 100644
--- a/xmloff/source/style/XMLRectangleMembersHandler.cxx
+++ b/xmloff/source/style/XMLRectangleMembersHandler.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.
@@ -31,9 +32,7 @@
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/uno/Any.hxx>
-#ifndef _COM_SUN_STAR_AWT_RECTANGLE_HDL_
#include <com/sun/star/awt/Rectangle.hdl>
-#endif
#include "XMLRectangleMembersHandler.hxx"
#include <xmloff/xmltypes.hxx>
@@ -123,3 +122,4 @@ sal_Bool XMLRectangleMembersHdl::exportXML(
return sal_True;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */