summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/undocell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undocell.hxx')
-rw-r--r--sc/source/ui/inc/undocell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx
index 380079f894bf..6995bf3ef325 100644
--- a/sc/source/ui/inc/undocell.hxx
+++ b/sc/source/ui/inc/undocell.hxx
@@ -385,7 +385,7 @@ public:
virtual bool CanRepeat( SfxRepeatTarget& ) const SAL_OVERRIDE;
virtual OUString GetComment() const SAL_OVERRIDE;
- CellValues& GetOldValues();
+ CellValues& GetOldValues() { return maOldValues;}
void SetNewValues( const std::vector<double>& rVals );
};