summaryrefslogtreecommitdiff
path: root/sc/inc/undorangename.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-15 18:48:16 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-03-15 23:51:41 -0400
commit9b4d6050c9829b1d7c7edf952b70bc62b0a01a95 (patch)
treebc3b78a0fb104ff7da9d6c74ce5901b2b0d49eed /sc/inc/undorangename.hxx
parente060bf847597b6063ac9f661453d74da14442b4c (diff)
Common part into an own method.
Diffstat (limited to 'sc/inc/undorangename.hxx')
-rw-r--r--sc/inc/undorangename.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/undorangename.hxx b/sc/inc/undorangename.hxx
index eb3d5aabad0f..8b6e8f6efe09 100644
--- a/sc/inc/undorangename.hxx
+++ b/sc/inc/undorangename.hxx
@@ -54,6 +54,7 @@ public:
virtual String GetComment() const;
private:
+ void DoChange(const ScRangeName& rGlobal, const ScRangeName::TabNameMap& rLocal);
private:
ScRangeName maOldGlobalNames;