summaryrefslogtreecommitdiff
path: root/dtrans/source/win32
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32')
-rw-r--r--dtrans/source/win32/dnd/targetdropcontext.hxx7
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx1
2 files changed, 0 insertions, 8 deletions
diff --git a/dtrans/source/win32/dnd/targetdropcontext.hxx b/dtrans/source/win32/dnd/targetdropcontext.hxx
index 29fd201a2688..ce6e4c5c58cb 100644
--- a/dtrans/source/win32/dnd/targetdropcontext.hxx
+++ b/dtrans/source/win32/dnd/targetdropcontext.hxx
@@ -50,13 +50,6 @@ public:
virtual void SAL_CALL rejectDrop( )
throw( RuntimeException);
-
-/* virtual Sequence< DataFlavor > SAL_CALL getCurrentDataFlavors( )
- throw( RuntimeException);
- virtual sal_Bool SAL_CALL isDataFlavorSupported( const DataFlavor& df )
- throw( RuntimeException);
-*/
-
// XDropTargetDropContext (inherits XDropTargetDragContext)
virtual void SAL_CALL dropComplete( sal_Bool success )
throw( RuntimeException);
diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx
index c849bd4dbb84..4a38f49070c2 100644
--- a/dtrans/source/win32/workbench/XTDo.hxx
+++ b/dtrans/source/win32/workbench/XTDo.hxx
@@ -39,7 +39,6 @@
#include <vector>
// forward declaration
-//class CWinClipbImpl;
class EnumFormatEtc;
/*--------------------------------------------------------------------------