summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/targetdropcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/targetdropcontext.cxx')
-rw-r--r--dtrans/source/win32/dnd/targetdropcontext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/source/win32/dnd/targetdropcontext.cxx b/dtrans/source/win32/dnd/targetdropcontext.cxx
index a009b8df7527..87bcddb87498 100644
--- a/dtrans/source/win32/dnd/targetdropcontext.cxx
+++ b/dtrans/source/win32/dnd/targetdropcontext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67,3 +68,5 @@ void SAL_CALL TargetDropContext::dropComplete( sal_Bool success )
{
m_pDropTarget->_dropComplete( success, static_cast<XDropTargetDropContext*>( this) );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */