summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlRow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlRow.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlRow.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/reportdesign/source/filter/xml/xmlRow.cxx b/reportdesign/source/filter/xml/xmlRow.cxx
index 610a001b63e2..38faab34b0e4 100644
--- a/reportdesign/source/filter/xml/xmlRow.cxx
+++ b/reportdesign/source/filter/xml/xmlRow.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.
@@ -26,9 +27,7 @@
************************************************************************/
#include "precompiled_rptxml.hxx"
-#ifndef RPT_XMLCOLUMN_HXX
#include "xmlColumn.hxx"
-#endif
#include <xmloff/xmluconv.hxx>
#include "xmlfilter.hxx"
#include <xmloff/xmltoken.hxx>
@@ -39,12 +38,8 @@
#include "xmlStyleImport.hxx"
#include <comphelper/namecontainer.hxx>
#include <comphelper/genericpropertyset.hxx>
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HXX_
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#endif
-#ifndef RPT_SHARED_XMLSTRINGS_HRC
#include "xmlstrings.hrc"
-#endif
namespace rptxml
{
@@ -182,3 +177,5 @@ ORptFilter& OXMLRow::GetOwnImport()
//----------------------------------------------------------------------------
} // namespace rptxml
// -----------------------------------------------------------------------------
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */