summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/test_multiservicefac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/test_multiservicefac.cxx')
-rwxr-xr-x[-rw-r--r--]ucb/source/ucp/ftp/test_multiservicefac.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/ftp/test_multiservicefac.cxx b/ucb/source/ucp/ftp/test_multiservicefac.cxx
index 3c9570516b99..4e15d27a3c0d 100644..100755
--- a/ucb/source/ucp/ftp/test_multiservicefac.cxx
+++ b/ucb/source/ucp/ftp/test_multiservicefac.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.
@@ -111,3 +112,5 @@ Test_MultiServiceFactory::getAvailableServiceNames(
{
return Sequence< ::rtl::OUString >(0);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */