summaryrefslogtreecommitdiff
path: root/vcl/inc/dndeventdispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/dndeventdispatcher.hxx')
-rw-r--r--vcl/inc/dndeventdispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx
index 9756056da3bd..0b3f58560282 100644
--- a/vcl/inc/dndeventdispatcher.hxx
+++ b/vcl/inc/dndeventdispatcher.hxx
@@ -42,7 +42,7 @@ class DNDEventDispatcher final : public ::cppu::WeakImplHelper<
std::recursive_mutex m_aMutex;
css::uno::Sequence< css::datatransfer::DataFlavor > m_aDataFlavorList;
- vcl::Window* findTopLevelWindow(Point location);
+ vcl::Window* findTopLevelWindow(Point& location);
/*
* fire the events on the dnd listener container of the specified window
*/
bc200fd06479'>Lenght -> LengthJulien Nabet 2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand 2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand 2013-09-15childs -> children (in comments)Chr. Rossmanith 2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann 2013-08-21Revert "returning pointers to temporaries"Caolán McNamara 2013-08-14returning pointers to temporariesCaolán McNamara 2013-08-14Resolves: fdo#67047 fdo#64125 #i122600# svgio improvementsArmin Le Grand 2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens 2013-06-18Resolves: #i122524# fixed some text import aspects for super/sub-baselineArmin Le Grand 2013-06-17Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand 2013-06-13Resolves: #i121656# Some more cleanups for SVG importArmin Le Grand