summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuitbxform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/cuitbxform.cxx')
-rw-r--r--cui/source/dialogs/cuitbxform.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/cuitbxform.cxx b/cui/source/dialogs/cuitbxform.cxx
index f7a30c9637e3..2e14b9752ab0 100644
--- a/cui/source/dialogs/cuitbxform.cxx
+++ b/cui/source/dialogs/cuitbxform.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.
@@ -25,10 +26,7 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
-#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
+#include <string>
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/intitem.hxx>
@@ -63,3 +61,5 @@ FmInputRecordNoDialog::FmInputRecordNoDialog(Window * pParent)
FreeResource();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */