diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-25 23:39:06 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-26 02:33:04 +0100 |
commit | 583a574d045ffc1eb4e2b05f60852df0db8ae2c2 (patch) | |
tree | 14c35c057b0fc1e6e4ab20abfe1ae72f9cc68ea6 /connectivity | |
parent | d31ff9d4df7a87f67c5583c0eb78e0fbe1ba6641 (diff) |
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@gmx.de>
Tested-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/calc/CTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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&) { |