summaryrefslogtreecommitdiff
path: root/include/framework/interaction.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-14 10:23:57 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-14 10:46:14 +0000
commit431f2ce81893db21f23572926e8a5b045c67e9ae (patch)
tree6ea4842720498966bbf22d135756a64ee9505280 /include/framework/interaction.hxx
parent48c4810edf302c1f0593328535f065ed338e0a18 (diff)
framework: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I6acff50f23bcbac58c689caf2a7f07dbd5404e57 Reviewed-on: https://gerrit.libreoffice.org/17734 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/framework/interaction.hxx')
-rw-r--r--include/framework/interaction.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/framework/interaction.hxx b/include/framework/interaction.hxx
index aa43a855ed36..f3cbe3d1b3e4 100644
--- a/include/framework/interaction.hxx
+++ b/include/framework/interaction.hxx
@@ -31,7 +31,6 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <rtl/ustring.hxx>
-#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <framework/fwedllapi.h>
@@ -55,8 +54,6 @@ namespace framework{
@implements XInteractionRequest
- @base WeakImplHelper1
-
@devstatus ready to use
@threadsafe no (used on once position only!)
*//*-*************************************************************************************************************/
@@ -81,8 +78,6 @@ class FWE_DLLPUBLIC RequestFilterSelect
@implements XInteractionRequest
- @base WeakImplHelper1
-
@devstatus ready to use
@threadsafe no (used on once position only!)
*//*-*************************************************************************************************************/