summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/commandenvironment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/commandenvironment.cxx')
-rw-r--r--ucbhelper/source/client/commandenvironment.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx
index 75a137faeb5b..7824e2b378fb 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.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.
@@ -44,7 +45,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::task;
using namespace com::sun::star::ucb;
using namespace com::sun::star::uno;
-using namespace rtl;
namespace ucbhelper
{
@@ -137,3 +137,4 @@ CommandEnvironment::getProgressHandler()
} /* namespace ucbhelper */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */