From 1735044e9f693cde1af0d905d264c849e3fce311 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 18 May 2012 12:09:54 -0400 Subject: Adjust sheet fields in cells when sheet structure changes. Change-Id: I0aff738968e286df57ef7dd5b67780108cdc6c89 --- sc/inc/cell.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc/cell.hxx') 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 -- cgit