sc/source/ui/vba/vbacharacters.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1c2bb5712d990ba0e354fec5cce8d13121b839d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Dec 19 12:44:16 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to