summaryrefslogtreecommitdiff
path: root/vcl/osx/DragSource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DragSource.hxx')
-rw-r--r--vcl/osx/DragSource.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/osx/DragSource.hxx b/vcl/osx/DragSource.hxx
index 27554975b1d0..491716d87f4c 100644
--- a/vcl/osx/DragSource.hxx
+++ b/vcl/osx/DragSource.hxx
@@ -36,7 +36,6 @@
#import <Cocoa/Cocoa.h>
#include <postmac.h>
-
class DragSource;
class AquaSalFrame;
@@ -53,7 +52,6 @@ class AquaSalFrame;
-(void)unregisterMouseEventListener:(id)theHandler;
@end
-
@interface DragSourceHelper : NSObject
{
DragSource* mDragSource;
@@ -71,7 +69,6 @@ class AquaSalFrame;
@end
-
class DragSource : public ::cppu::BaseMutex,
public ::cppu::WeakComponentImplHelper3< com::sun::star::datatransfer::dnd::XDragSource,
com::sun::star::lang::XInitialization,