summaryrefslogtreecommitdiff
path: root/extensions/test/ole/OleClient/funcs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/OleClient/funcs.cxx')
-rw-r--r--extensions/test/ole/OleClient/funcs.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/test/ole/OleClient/funcs.cxx b/extensions/test/ole/OleClient/funcs.cxx
index db79febb6354..5f2d1d8b6c90 100644
--- a/extensions/test/ole/OleClient/funcs.cxx
+++ b/extensions/test/ole/OleClient/funcs.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.
@@ -49,9 +50,10 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::script;
using namespace com::sun::star::bridge::oleautomation;
-using namespace rtl;
using namespace cppu;
+using ::rtl::OUString;
+
template< class T >
bool equalSequences(const Sequence<T>& seqIn, const Sequence<Any> & returned);
@@ -352,3 +354,5 @@ void printSequence( Sequence<Any>& val)
MessageBox( NULL, A2T(buff), _T("clientTest: printing Sequence elements"), MB_OK);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */