summaryrefslogtreecommitdiff
path: root/include/svtools/openfiledroptargetlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/openfiledroptargetlistener.hxx')
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx
index 695f14df7135..d5a83b8ff1da 100644
--- a/include/svtools/openfiledroptargetlistener.hxx
+++ b/include/svtools/openfiledroptargetlistener.hxx
@@ -23,13 +23,14 @@
#include <svtools/svtdllapi.h>
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
-#include <com/sun/star/frame/XFrame.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <sot/exchange.hxx>
+namespace com :: sun :: star :: frame { class XFrame; }
+
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }