summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
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;