summaryrefslogtreecommitdiff
path: root/io/test/stm/pipetest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/pipetest.cxx')
-rw-r--r--io/test/stm/pipetest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx
index e53272acccf4..b4f6208f7e53 100644
--- a/io/test/stm/pipetest.cxx
+++ b/io/test/stm/pipetest.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.
@@ -437,3 +438,5 @@ OUString OPipeTest_getImplementationName() throw()
{
return OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATION_NAME ) );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */