diff options
Diffstat (limited to 'sc/source/ui/docshell/datastream.cxx')
-rw-r--r-- | sc/source/ui/docshell/datastream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx index ded5bbead7e0..fab62d89af2d 100644 --- a/sc/source/ui/docshell/datastream.cxx +++ b/sc/source/ui/docshell/datastream.cxx @@ -157,7 +157,7 @@ public: maCondReadStream.set(); // start producer again } - bool hasNewLines() + bool hasNewLines() const { return !maPendingLines.empty(); } |