summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndeventdispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dndeventdispatcher.cxx')
-rw-r--r--vcl/source/window/dndeventdispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dndeventdispatcher.cxx b/vcl/source/window/dndeventdispatcher.cxx
index 0b0059914259..4f74d092aac3 100644
--- a/vcl/source/window/dndeventdispatcher.cxx
+++ b/vcl/source/window/dndeventdispatcher.cxx
@@ -94,7 +94,7 @@ void SAL_CALL DNDEventDispatcher::drop( const DropTargetDropEvent& dtde )
vcl::Window* pChildWindow = findTopLevelWindow(location);
- // handle the case that drop is in an other vcl window than the last dragOver
+ // handle the case that drop is in another vcl window than the last dragOver
if( pChildWindow != m_pCurrentWindow.get() )
{
// fire dragExit on listeners of previous window