summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datastream.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/datastream.hxx
parent5945b187a5b5a01783b2a7e934dc5c4b9ace41ed (diff)
Put these new classes in sc namespace.
Change-Id: Id75c63521def501a4c8c55d4cd45b66a010a9580
Diffstat (limited to 'sc/source/ui/inc/datastream.hxx')
-rw-r--r--sc/source/ui/inc/datastream.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/source/ui/inc/datastream.hxx b/sc/source/ui/inc/datastream.hxx
index bb046044c07e..42a8ab174ab8 100644
--- a/sc/source/ui/inc/datastream.hxx
+++ b/sc/source/ui/inc/datastream.hxx
@@ -20,13 +20,16 @@
#include <rangelst.hxx>
+class ScDocShell;
+class ScDocument;
+class Window;
+
+namespace sc {
+
namespace datastreams {
class CallerThread;
class ReaderThread;
}
-class ScDocShell;
-class ScDocument;
-class Window;
typedef std::vector<OString> LinesList;
@@ -90,4 +93,6 @@ private:
rtl::Reference<datastreams::ReaderThread> mxReaderThread;
};
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */