summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datastreamdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-17 10:19:57 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 10:13:27 -0500
commit2fe4112c5b6c48e4ab39335854406ff8255d7280 (patch)
tree7678867eb829335f830539611ef66896ab87b65a /sc/source/ui/inc/datastreamdlg.hxx
parent5945b187a5b5a01783b2a7e934dc5c4b9ace41ed (diff)
Put these new classes in sc namespace.
Change-Id: Id75c63521def501a4c8c55d4cd45b66a010a9580
Diffstat (limited to 'sc/source/ui/inc/datastreamdlg.hxx')
-rw-r--r--sc/source/ui/inc/datastreamdlg.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/source/ui/inc/datastreamdlg.hxx b/sc/source/ui/inc/datastreamdlg.hxx
index 162a0d6b89d0..e401c666bf08 100644
--- a/sc/source/ui/inc/datastreamdlg.hxx
+++ b/sc/source/ui/inc/datastreamdlg.hxx
@@ -13,10 +13,13 @@
#include <vcl/dialog.hxx>
#include <vcl/layout.hxx>
-class DataStream;
class ScDocShell;
class SvtURLBox;
+namespace sc {
+
+class DataStream;
+
class DataStreamDlg : public ModalDialog
{
ScDocShell *mpDocShell;
@@ -49,4 +52,6 @@ public:
void StartStream(DataStream *pStream = 0);
};
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */