summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datastreamdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/datastreamdlg.hxx')
-rw-r--r--sc/source/ui/inc/datastreamdlg.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/inc/datastreamdlg.hxx b/sc/source/ui/inc/datastreamdlg.hxx
index e377b30eda94..728ab5fcbdc4 100644
--- a/sc/source/ui/inc/datastreamdlg.hxx
+++ b/sc/source/ui/inc/datastreamdlg.hxx
@@ -12,18 +12,16 @@
#include <sal/config.h>
-#include <rtl/ref.hxx>
#include <vcl/weld.hxx>
-#include "datastream.hxx"
-
class ScDocShell;
class URLBox;
class ScRange;
-class ComboBox;
namespace sc {
+class DataStream;
+
class DataStreamDlg : public weld::GenericDialogController
{
ScDocShell *m_pDocShell;