INTEGRATION: CWS dba20blocker (1.38.44); FILE MERGED
2005/06/23 11:36:20 fs 1.38.44.1: copying fix for #i50470# into this CWS
This commit is contained in:
parent
9ff71587bd
commit
24e0bf5172
1 changed files with 7 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: ImageControl.cxx,v $
|
||||
*
|
||||
* $Revision: 1.38 $
|
||||
* $Revision: 1.39 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 16:00:56 $
|
||||
* last change: $Author: obo $ $Date: 2005-07-08 10:32:18 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -134,6 +134,9 @@
|
|||
#ifndef _TOOLS_DEBUG_HXX
|
||||
#include <tools/debug.hxx>
|
||||
#endif
|
||||
#ifndef _SV_SVAPP_HXX
|
||||
#include <vcl/svapp.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _UNOTOOLS_STREAMHELPER_HXX_
|
||||
#include <unotools/streamhelper.hxx>
|
||||
|
@ -762,8 +765,8 @@ void OImageControlControl::implInsertGraphics()
|
|||
//------------------------------------------------------------------------------
|
||||
void OImageControlControl::mousePressed(const ::com::sun::star::awt::MouseEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
|
||||
{
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Nur linke Maustaste
|
||||
::vos::OGuard aGuard( Application::GetSolarMutex() );
|
||||
|
||||
if (e.Buttons != MouseButton::LEFT)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue