summaryrefslogtreecommitdiff
path: root/extensions/test/sax/testwriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/sax/testwriter.cxx')
-rw-r--r--extensions/test/sax/testwriter.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/test/sax/testwriter.cxx b/extensions/test/sax/testwriter.cxx
index de606006ef90..a3e711599973 100644
--- a/extensions/test/sax/testwriter.cxx
+++ b/extensions/test/sax/testwriter.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.
@@ -28,9 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
-//#include <tools/presys.h>
#include <vector>
-//#include <tools/postsys.h>
#include <smart/com/sun/star/test/XSimpleTest.hxx>
#include <smart/com/sun/star/lang/XMultiServiceFactory.hxx> // for the multiservice-factories
@@ -770,3 +769,5 @@ void OSaxWriterTest::testPerformance(const XExtendedDocumentHandlerRef &r )
printf( "Performance writing : %g s\n" , fEnd - fStart );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */