summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datastream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/datastream.hxx')
-rw-r--r--sc/source/ui/inc/datastream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/datastream.hxx b/sc/source/ui/inc/datastream.hxx
index 055460de23ac..d7320ecefe04 100644
--- a/sc/source/ui/inc/datastream.hxx
+++ b/sc/source/ui/inc/datastream.hxx
@@ -81,9 +81,9 @@ public:
ScRange GetRange() const;
const OUString& GetURL() const { return msURL; }
const sal_Int32& GetLimit() const { return mnLimit; }
- MoveType GetMove() const;
+ MoveType GetMove() const { return meOrigMove;}
const sal_uInt32& GetSettings() const { return mnSettings; }
- bool IsRefreshOnEmptyLine() const;
+ bool IsRefreshOnEmptyLine() const { return mbRefreshOnEmptyLine;}
void Decode(
const OUString& rURL, const ScRange& rRange, sal_Int32 nLimit,