summaryrefslogtreecommitdiff
path: root/scripting/source/provider
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 08:51:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 13:07:28 +0000
commit2383d557e5751387451cefa33516736228429137 (patch)
tree31a4294e43d0332b456281aca2a2e0a38d87ea3f /scripting/source/provider
parenta656be64e21fd0ec5e12d34a47e2daf777e04b9b (diff)
clang-tidy misc-unused-alias-decls
Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124 Reviewed-on: https://gerrit.libreoffice.org/25075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'scripting/source/provider')
-rw-r--r--scripting/source/provider/URIHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx
index 89ec4a3afe89..56a78bc8d1af 100644
--- a/scripting/source/provider/URIHelper.cxx
+++ b/scripting/source/provider/URIHelper.cxx
@@ -33,7 +33,6 @@ namespace uno = ::com::sun::star::uno;
namespace ucb = ::com::sun::star::ucb;
namespace lang = ::com::sun::star::lang;
namespace uri = ::com::sun::star::uri;
-namespace script = ::com::sun::star::script;
static const char SHARE[] = "share";
static const char SHARE_URI[] = "vnd.sun.star.expand:$BRAND_BASE_DIR";