From d2df03574023b379ac09b1f71cae9e3ba3ac53e2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Nov 2015 14:15:47 +0200 Subject: loplugin:unusedfields Change-Id: Ife94d488ead512abc6d137a0df74298bac67185d --- ucb/source/ucp/ftp/ftpcontent.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ucb/source') diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx index 54166dabeb26..17e366f5369b 100644 --- a/ucb/source/ucp/ftp/ftpcontent.cxx +++ b/ucb/source/ucp/ftp/ftpcontent.cxx @@ -239,12 +239,10 @@ public: ResultSetFactoryI(const Reference& rxContext, const Reference& xProvider, const Sequence& seq, - const Sequence& seqSort, const std::vector& dirvec) : m_xContext(rxContext), m_xProvider(xProvider), m_seq(seq), - m_seqSort(seqSort), m_dirvec(dirvec) { } @@ -262,7 +260,6 @@ public: Reference< XComponentContext > m_xContext; Reference< XContentProvider > m_xProvider; Sequence< Property > m_seq; - Sequence< NumberedSortingInfo > m_seqSort; std::vector m_dirvec; }; @@ -560,7 +557,6 @@ Any SAL_CALL FTPContent::execute( const Command& aCommand, new ResultSetFactoryI(m_xContext, m_xProvider.get(), aOpenCommand.Properties, - aOpenCommand.SortingInfo, resvec)); aRet <<= xSet; } -- cgit