summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 11:38:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:18 +0200
commit5502be9695b67b094d581d108dc9ebddc161cc60 (patch)
tree9e1024074e11d9fd318689a46afac0e03103415a /dtrans
parent397a11f68e0c73c76729e03aa5cbc48922b13473 (diff)
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'dtrans')
-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;
/*--------------------------------------------------------------------------