From a5be07d6b627a18f104e2feed063ff9020e8c610 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 14:24:50 +0200 Subject: inline use-once typedefs Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157 Reviewed-on: https://gerrit.libreoffice.org/46764 Tested-by: Jenkins Reviewed-by: Noel Grandin --- io/source/acceptor/acc_pipe.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'io/source') diff --git a/io/source/acceptor/acc_pipe.cxx b/io/source/acceptor/acc_pipe.cxx index a6e3bc6a8959..4410760c6f26 100644 --- a/io/source/acceptor/acc_pipe.cxx +++ b/io/source/acceptor/acc_pipe.cxx @@ -37,10 +37,8 @@ using namespace ::com::sun::star::io; namespace io_acceptor { - typedef WeakImplHelper< XConnection > MyPipeConnection; - class PipeConnection : - public MyPipeConnection + public WeakImplHelper< XConnection > { public: explicit PipeConnection( const OUString &sConnectionDescription); -- cgit