summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortmain.cxx')
-rwxr-xr-x[-rw-r--r--]ucb/source/sorter/sortmain.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index 5ad9a529e1f2..d30cfebf1334 100644..100755
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.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.
@@ -31,9 +32,10 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
+using ::rtl::OUString;
+
//=========================================================================
extern "C" void SAL_CALL component_getImplementationEnvironment(
@@ -73,3 +75,4 @@ extern "C" void * SAL_CALL component_getFactory(
return pRet;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */