summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 13:49:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 13:49:16 +0000
commit902778d09374d55dae8d930ddcae2780f7235838 (patch)
tree9f24226c6cba48b429ddd2045296d000d285ffe2
parentc4203c5603604927ded50cd3e4e1000678afc659 (diff)
INTEGRATION: CWS fwk28 (1.2.12); FILE MERGED
2005/11/30 10:19:40 as 1.2.12.1: #i58618# solve ambigious problem with ThreadHelpBase class
-rw-r--r--framework/source/interaction/preventduplicateinteraction.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/interaction/preventduplicateinteraction.cxx b/framework/source/interaction/preventduplicateinteraction.cxx
index 420b92d3bd4d..0348b7011428 100644
--- a/framework/source/interaction/preventduplicateinteraction.cxx
+++ b/framework/source/interaction/preventduplicateinteraction.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: preventduplicateinteraction.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 12:05:36 $
+ * last change: $Author: rt $ $Date: 2005-12-14 14:49:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,8 @@ namespace css = ::com::sun::star;
//_________________________________________________________________________________________________________________
PreventDuplicateInteraction::PreventDuplicateInteraction(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
- : m_xSMGR(xSMGR)
+ : ThreadHelpBase2()
+ , m_xSMGR(xSMGR)
{
}