summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:32:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 06:41:20 +0000
commit65bfed2bdb92b336ed64ac9d9fb1e7ace047885b (patch)
tree860e4e007471e92bf0bb227b65b2c879af8ac0c7 /uui
parent239cba2b06bc7894270aa68e381cc06a9d52773c (diff)
loplugin:unusedmethods in unotools
Change-Id: I5729c2a20dd5fb310570cb9e4bb0e0874dbc8049 Reviewed-on: https://gerrit.libreoffice.org/25102 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 48fac4ed2968..85361e2b0b38 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -67,10 +67,6 @@ struct InteractionHandlerData
/** The UNO service name to use to instanciate the content provider.
*/
OUString ServiceName;
-
- InteractionHandlerData() {};
- explicit InteractionHandlerData(const OUString & rService)
- : ServiceName( rService ){}
};
typedef std::vector< InteractionHandlerData > InteractionHandlerDataList;