diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:10:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:10:09 +0000 |
commit | d225aad51cc3c5fbd6a0fe8cbecad68ffd62039a (patch) | |
tree | 71bc5f193c515e4a4ff1949225a0860dd5bb56a2 | |
parent | 587b3db25c1ac7af7fc570b06972f6d822be6439 (diff) |
INTEGRATION: CWS vclcleanup02 (1.6.372); FILE MERGED
2003/12/05 13:28:46 mt 1.6.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code
-rw-r--r-- | vcl/source/window/dndlcon.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/dndlcon.cxx b/vcl/source/window/dndlcon.cxx index 39cff4e81bb5..c4c424d21103 100644 --- a/vcl/source/window/dndlcon.cxx +++ b/vcl/source/window/dndlcon.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dndlcon.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obr $ $Date: 2001-06-28 12:51:04 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:10:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,8 +70,8 @@ using namespace ::com::sun::star::datatransfer::dnd; // //================================================================================================== -DNDListenerContainer::DNDListenerContainer( sal_Int8 nDefaultActions ) : m_aMutex(), - WeakComponentImplHelper4< XDragGestureRecognizer, XDropTargetDragContext, XDropTargetDropContext, XDropTarget >(m_aMutex) +DNDListenerContainer::DNDListenerContainer( sal_Int8 nDefaultActions ) + : WeakComponentImplHelper4< XDragGestureRecognizer, XDropTargetDragContext, XDropTargetDropContext, XDropTarget >(GetMutex()) { m_bActive = sal_True; m_nDefaultActions = nDefaultActions; |