diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 11:23:08 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:24 -0400 |
commit | bffe8b807ec2ac9e4749360151682591895778fd (patch) | |
tree | c3c161448d19f9ff94d921d941ed8fe30abd6a60 /sc/inc/cellvalue.hxx | |
parent | 6dfdce83578ce44720e4cf1d84c6e4ef50686983 (diff) |
Get change tracking to work again with these new ScDocFunc methods.
Change-Id: Icdbf2af7bc552bc8f4914cc8bd036ed45934c461
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r-- | sc/inc/cellvalue.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx index 409e17853c3d..ac9627460890 100644 --- a/sc/inc/cellvalue.hxx +++ b/sc/inc/cellvalue.hxx @@ -51,6 +51,10 @@ struct ScCellValue void commit( ScDocument& rDoc, const ScAddress& rPos ); }; +// TODO: temporary workaround. To be removed later. +class ScBaseCell; +ScBaseCell* getHackedBaseCell( ScDocument* pDoc, const ScCellValue& rVal ); + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |