[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Fri Apr 7 02:01:19 UTC 2017
sc/source/core/data/column2.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f7b969d8ecfe349a52d523c169c64c9e1a250fa6
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
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 <libreoffice at kohei.us>
Tested-by: Kohei Yoshida <libreoffice at kohei.us>
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;
}
More information about the Libreoffice-commits
mailing list