summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/sourcecontext.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:22:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 10:20:05 -0600
commit75bbbf964b7976cc02d5ba054760bf93cb2e76c9 (patch)
treea20660b861414f454d9ae8ff7b554bc1667e3bdb /dtrans/source/win32/dnd/sourcecontext.hxx
parent5faf5492741abfd013ae677b1ec2fc06276d8644 (diff)
Remove visual noise from dtrans
Change-Id: Ic460e514ac078a69cd86381b9b5cf779eb97971b Reviewed-on: https://gerrit.libreoffice.org/8254 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dtrans/source/win32/dnd/sourcecontext.hxx')
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.hxx b/dtrans/source/win32/dnd/sourcecontext.hxx
index 4d9e5c928dc9..f149abb5e556 100644
--- a/dtrans/source/win32/dnd/sourcecontext.hxx
+++ b/dtrans/source/win32/dnd/sourcecontext.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/datatransfer/dnd/XDragSourceContext.hpp>
#include <cppuhelper/compbase1.hxx>
-
#include "source.hxx"
using namespace ::com::sun::star::datatransfer;
@@ -32,7 +31,6 @@ using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-
// This class fires events to XDragSourceListener implementations.
// Of that interface only dragDropEnd and dropActionChanged are called.
// The functions dragEnter, dragExit and dragOver are not supported
@@ -68,16 +66,12 @@ public:
virtual void SAL_CALL transferablesFlavorsChanged( )
throw( RuntimeException);
-
-
// non - interface functions
void fire_dragDropEnd( sal_Bool success, sal_Int8 byte);
void fire_dropActionChanged( sal_Int8 dropAction, sal_Int8 userAction);
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */