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

New commits:
commit 583a574d045ffc1eb4e2b05f60852df0db8ae2c2
Author: Jens Carl <j.car...@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.car...@gmx.de>
    Tested-by: Jens Carl <j.car...@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&)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to