summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-15 15:31:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-16 07:43:00 +0100
commit6d91b6b7718704c0037cfbfdaa42ba259a0d791a (patch)
tree98df05b28ba18840cece4b13cbd9df5aa4ec0364 /uui/source
parent877014b0b7050ba3fce1c0126279125640117313 (diff)
loplugin:unusedfields
Change-Id: Ic53aacfc76cb73902cf5e304153975fa02509da2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162110 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/iahndl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index a37f15e9a7b2..d9a31ec77723 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -57,15 +57,6 @@ namespace com::sun::star {
}
}
-struct InteractionHandlerData
-{
- /** The UNO service name to use to instantiate the content provider.
- */
- OUString ServiceName;
-};
-
-typedef std::vector< InteractionHandlerData > InteractionHandlerDataList;
-
typedef std::unordered_map< OUString, OUString > StringHashMap;
class UUIInteractionHelper