summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 16:46:36 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 22:12:41 -0400
commit86f704a2e984073c217dd549836bec9265afad58 (patch)
tree1dd84fbcb5242efd684eba0d710a4dcf78aeaf82 /sc/inc/column.hxx
parentUnit test to catch the out-of-sync text width bug I just fixed today. (diff)
downloadcore-86f704a2e984073c217dd549836bec9265afad58.tar.gz
core-86f704a2e984073c217dd549836bec9265afad58.zip
Started handling the cell text script types. Still work in progress.
Change-Id: I6af668894d61d33de6697fe45fce1515520d4bfa
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 2469a6c60a2e..1b017874738a 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -418,6 +418,8 @@ private:
* Call this only from those methods where maItems is modified directly.
*/
void CellStorageModified();
+
+ void CopyScriptTypesToDocument(SCROW nRow1, SCROW nRow2, ScColumn& rDestCol) const;
};