summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undocell.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-20 13:36:21 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:16 -0400
commit060c1f9048c713d03a9b051e4e9537d5992b8a13 (patch)
treecfcb89a81b6abd0e8468fee22cf5a2ef3f1bcdb0 /sc/source/ui/inc/undocell.hxx
parent25869d8c9bddb13e9b9fc5bff1494f8ca56a410e (diff)
Implement the undo of arbitrary cells. Not used yet.
Change-Id: I99635829768ec7604f3387c4b0a22cb112fb9aca
Diffstat (limited to 'sc/source/ui/inc/undocell.hxx')
-rw-r--r--sc/source/ui/inc/undocell.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx
index 979b238b3833..799ef4d460fe 100644
--- a/sc/source/ui/inc/undocell.hxx
+++ b/sc/source/ui/inc/undocell.hxx
@@ -193,6 +193,9 @@ public:
virtual OUString GetComment() const;
private:
+ void SetValue( const Value& rVal );
+
+private:
ScAddress maPos;
Value maOldValue;
Value maNewValue;