summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/Fetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/Fetc.cxx')
-rw-r--r--dtrans/source/win32/dtobj/Fetc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dtrans/source/win32/dtobj/Fetc.cxx b/dtrans/source/win32/dtobj/Fetc.cxx
index 525bfd58be4d..f9bbe856436e 100644
--- a/dtrans/source/win32/dtobj/Fetc.cxx
+++ b/dtrans/source/win32/dtobj/Fetc.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.
@@ -257,3 +258,4 @@ sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs )
return ( ( lhs == rhs ) != 1 );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */