summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/NeonInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/NeonInputStream.cxx')
-rwxr-xr-x[-rw-r--r--]ucb/source/ucp/webdav/NeonInputStream.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonInputStream.cxx b/ucb/source/ucp/webdav/NeonInputStream.cxx
index 2e142af955c8..0e36b8395534 100644..100755
--- a/ucb/source/ucp/webdav/NeonInputStream.cxx
+++ b/ucb/source/ucp/webdav/NeonInputStream.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,12 +32,10 @@
#include <rtl/memory.h>
using namespace cppu;
-using namespace rtl;
using namespace com::sun::star::io;
using namespace com::sun::star::uno;
using namespace webdav_ucp;
-
// -------------------------------------------------------------------
// Constructor
// -------------------------------------------------------------------
@@ -193,3 +192,5 @@ sal_Int64 SAL_CALL NeonInputStream::getLength()
{
return mLen;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */