summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/datastream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/datastream.cxx')
-rw-r--r--sc/source/ui/docshell/datastream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index 698d99e3e55f..bbbed185ef35 100644
--- a/sc/source/ui/docshell/datastream.cxx
+++ b/sc/source/ui/docshell/datastream.cxx
@@ -54,7 +54,7 @@ double getNow()
class CSVHandler
{
DataStream::Line& mrLine;
- size_t mnColCount;
+ size_t const mnColCount;
size_t mnCols;
const char* mpLineHead;
@@ -96,7 +96,7 @@ namespace datastreams {
class ReaderThread : public salhelper::Thread
{
std::unique_ptr<SvStream> mpStream;
- size_t mnColCount;
+ size_t const mnColCount;
bool mbTerminate;
osl::Mutex maMtxTerminate;