[Libreoffice-commits] core.git: connectivity/source

Jens Carl j.carl43 at gmx.de
Fri Jan 26 01:33:27 UTC 2018


 connectivity/source/drivers/calc/CTable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 583a574d045ffc1eb4e2b05f60852df0db8ae2c2
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Thu Jan 25 23:39:06 2018 +0000

    Update comment to reflect the right type
    
    Follow up from commit 4cdb7fa375ba1894deb412853214f01f95bd3f05,
    where it was missed.
    
    Change-Id: Icfc123b0e238705f175fda6308ecc40569d3a31a
    Reviewed-on: https://gerrit.libreoffice.org/48643
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>
    Tested-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx
index 37263aa5477f..bce84e2b05b3 100644
--- a/connectivity/source/drivers/calc/CTable.cxx
+++ b/connectivity/source/drivers/calc/CTable.cxx
@@ -146,7 +146,7 @@ static CellContentType lcl_GetContentOrResultType( const Reference<XCell>& xCell
         Reference<XPropertySet> xProp( xCell, UNO_QUERY );
         try
         {
-            xProp->getPropertyValue( "CellContentType" ) >>= eCellType;      // type of formula result
+            xProp->getPropertyValue( "CellContentType" ) >>= eCellType;      // type of cell content
         }
         catch (UnknownPropertyException&)
         {


More information about the Libreoffice-commits mailing list