sc/source/core/data/column2.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f7b969d8ecfe349a52d523c169c64c9e1a250fa6
Author: Kohei Yoshida <[email protected]>
Date: Thu Apr 6 20:32:59 2017 -0400
Print formula strings for non-shared formula cells as well.
Change-Id: I00fc4061b8917bb001a6487db4c06f0ba64f5eef
Reviewed-on: https://gerrit.libreoffice.org/36239
Reviewed-by: Kohei Yoshida <[email protected]>
Tested-by: Kohei Yoshida <[email protected]>
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index c6f911f6de0f..58206e30dda5 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -1612,6 +1612,7 @@ struct ColumnStorageDumper :
std::unary_function<sc::CellStoreType::value_type,
if (!pCell->IsShared())
{
cout << " * row " << pCell->aPos.Row() << " not shared" <<
endl;
+ printFormula(pCell);
printResult(pCell);
continue;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits