sc/source/ui/vba/vbacharacters.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e1c2bb5712d990ba0e354fec5cce8d13121b839d Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 19 12:44:16 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 19 14:20:23 2019 +0100 Remove comma Change-Id: Ie8b573d2b319c046013e7189fa3cc19c9409f499 Reviewed-on: https://gerrit.libreoffice.org/85517 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/vba/vbacharacters.cxx b/sc/source/ui/vba/vbacharacters.cxx index cb1fdd8fdae1..3fd00b207be0 100644 --- a/sc/source/ui/vba/vbacharacters.cxx +++ b/sc/source/ui/vba/vbacharacters.cxx @@ -110,7 +110,7 @@ ScVbaCharacters::Insert( const OUString& rString ) void SAL_CALL ScVbaCharacters::Delete( ) { - // #FIXME #TODO is this a bit suspect?, I wonder should the contents + // #FIXME #TODO is this a bit suspect? I wonder should the contents // of the cell be deleted from the parent ( range ) m_xSimpleText->setString(OUString()); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
