summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkguri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkguri.cxx')
-rwxr-xr-x[-rw-r--r--]ucb/source/ucp/package/pkguri.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ucb/source/ucp/package/pkguri.cxx b/ucb/source/ucp/package/pkguri.cxx
index 8424ed906e92..d9038b1a0c5c 100644..100755
--- a/ucb/source/ucp/package/pkguri.cxx
+++ b/ucb/source/ucp/package/pkguri.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.
@@ -43,7 +44,8 @@
#include "pkguri.hxx"
using namespace package_ucp;
-using namespace rtl;
+
+using ::rtl::OUString;
//=========================================================================
//=========================================================================
@@ -247,3 +249,5 @@ void PackageUri::init() const
}
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */