summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-18 12:09:54 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-18 12:11:50 -0400
commit1735044e9f693cde1af0d905d264c849e3fce311 (patch)
tree7fb0343daf6daded818e37f170ea1984ba01f391 /sc/inc/cell.hxx
parentdd15b51ddaf4a143d494076a6dd554a059d91489 (diff)
Adjust sheet fields in cells when sheet structure changes.
Change-Id: I0aff738968e286df57ef7dd5b67780108cdc6c89
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 3bf2dfe7d87f..de4d1ad7e72b 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -258,6 +258,9 @@ public:
/** Removes character attribute based on new pattern attributes. */
void RemoveCharAttribs( const ScPatternAttr& rAttr );
+
+ /** Update field items if any. */
+ void UpdateFields(SCTAB nTab);
};
class ScEditDataArray