sc/source/core/data/column2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f7b969d8ecfe349a52d523c169c64c9e1a250fa6
Author: Kohei Yoshida <kohei.yosh...@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 <libreoff...@kohei.us>
    Tested-by: Kohei Yoshida <libreoff...@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;
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to