summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/interceptedinteraction.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-23 15:58:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-24 08:12:53 +0000
commit29bea29ec1a56255455f855e2b29321553cb524c (patch)
treefd09a463594fcb40275305a86cb64d91562b68f5 /include/ucbhelper/interceptedinteraction.hxx
parentloplugin:singlevalfields in sfx2 (diff)
downloadcore-29bea29ec1a56255455f855e2b29321553cb524c.tar.gz
core-29bea29ec1a56255455f855e2b29321553cb524c.zip
loplugin:singlevalfields in ucbhelper
Change-Id: I738bda6e6e161fb5ea96bd496a21ccf72680cd7f Reviewed-on: https://gerrit.libreoffice.org/26604 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/ucbhelper/interceptedinteraction.hxx')
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 50dae3304b45..3bc55dfa8766 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -64,23 +64,6 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
css::uno::Type Continuation;
- /** @short specify, if both interactions must have the same type
- or can be derived from.
-
- @descr Interaction base on exceptions - and exceptions are real types.
- So they can be checked in its type. These parameter "MatchExact"
- influence the type-check in the following way:
- TRUE => the exception will be intercepted only
- if it supports exactly the same type ...
- or
- FALSE => derived exceptions will be intercepted too.
-
- @attention This parameter does not influence the check of the continuation
- type! The continuation must be matched exactly every time ...
- */
- bool MatchExact;
-
-
/** @short its an unique identifier, which must be managed by the outside code.
@descr If there is a derived class, which overwrites the InterceptedInteraction::intercepted()
@@ -98,7 +81,6 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
InterceptedRequest()
{
- MatchExact = false;
Handle = INVALID_HANDLE;
}