From 3b65ce7996c8cedcdb710275a0d1fb948b5d78bb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Oct 2019 08:56:09 +0200 Subject: loplugin:unusedmethods Change-Id: I5fd081780d46fd30864830eea2956bad6dc3e222 Reviewed-on: https://gerrit.libreoffice.org/81360 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/contentenumeration.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/contentenumeration.hxx b/fpicker/source/office/contentenumeration.hxx index 0e6c529e65b3..2b0be7d79a80 100644 --- a/fpicker/source/office/contentenumeration.hxx +++ b/fpicker/source/office/contentenumeration.hxx @@ -129,11 +129,6 @@ namespace svt FolderDescriptor() { } - explicit FolderDescriptor( const ::ucbhelper::Content& _rContent ) - :aContent( _rContent ) - { - } - explicit FolderDescriptor( const OUString& _rURL ) :sURL( _rURL ) { -- cgit