From 2383d557e5751387451cefa33516736228429137 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 May 2016 08:51:01 +0200 Subject: clang-tidy misc-unused-alias-decls Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124 Reviewed-on: https://gerrit.libreoffice.org/25075 Tested-by: Jenkins Reviewed-by: Noel Grandin --- writerperfect/source/common/DirectoryStream.cxx | 1 - writerperfect/source/common/WPXSvInputStream.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'writerperfect') diff --git a/writerperfect/source/common/DirectoryStream.cxx b/writerperfect/source/common/DirectoryStream.cxx index 9426a3e0827e..3122844cde36 100644 --- a/writerperfect/source/common/DirectoryStream.cxx +++ b/writerperfect/source/common/DirectoryStream.cxx @@ -39,7 +39,6 @@ #include #include -namespace container = com::sun::star::container; namespace io = com::sun::star::io; namespace sdbc = com::sun::star::sdbc; namespace ucb = com::sun::star::ucb; diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx index 362f4a25c698..caaf3f34214b 100644 --- a/writerperfect/source/common/WPXSvInputStream.cxx +++ b/writerperfect/source/common/WPXSvInputStream.cxx @@ -34,7 +34,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::io; namespace container = com::sun::star::container; -namespace lang = com::sun::star::lang; namespace packages = com::sun::star::packages; namespace -- cgit