summaryrefslogtreecommitdiff
path: root/framework/source/interaction
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-15 13:47:03 +0200
committerNoel Grandin <noel@peralex.com>2013-07-23 10:05:45 +0200
commit9dbb8db06d7c5620fec586a87237b3e07dfd0fb3 (patch)
treee4c036185e7913e35c074d7a47364b24552eb347 /framework/source/interaction
parent5e184fd2173481601e7ee2f24029ad0a4c9d7da9 (diff)
Convert the easy cases in framework to WeakImplHelper
Change-Id: I6547c4aee2aa4d15ad516a6a45002b81b7a8ac13
Diffstat (limited to 'framework/source/interaction')
-rw-r--r--framework/source/interaction/quietinteraction.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx
index 388805bd1b7d..c3dfcc57713d 100644
--- a/framework/source/interaction/quietinteraction.cxx
+++ b/framework/source/interaction/quietinteraction.cxx
@@ -42,20 +42,10 @@
namespace framework{
-DEFINE_XINTERFACE_2( QuietInteraction ,
- OWeakObject ,
- DIRECT_INTERFACE(css::lang::XTypeProvider ) ,
- DIRECT_INTERFACE(css::task::XInteractionHandler) )
-
-DEFINE_XTYPEPROVIDER_2( QuietInteraction ,
- css::lang::XTypeProvider ,
- css::task::XInteractionHandler )
-
//_________________________________________________________________________________________________________________
QuietInteraction::QuietInteraction()
: ThreadHelpBase ( &Application::GetSolarMutex() )
- , ::cppu::OWeakObject( )
, m_aRequest ( )
{
}