summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/TxtCnvtHlp.hxx')
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
index a4d59a69284e..5f37e19ce4d6 100644
--- a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
+++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.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.
@@ -31,9 +32,7 @@
#include <com/sun/star/datatransfer/DataFlavor.hpp>
-#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HPP_
#include <com/sun/star/uno/Sequence.h>
-#endif
#include "DTransHelper.hxx"
#if defined _MSC_VER
@@ -61,3 +60,5 @@ int WideCharToMultiByteEx( UINT cp_dest,
BOOL bEnsureTrailingZero = TRUE );
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */