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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 13:21:25 UTC 2019


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

New commits:
commit e1c2bb5712d990ba0e354fec5cce8d13121b839d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 12:44:16 2019 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at 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());
 }


More information about the Libreoffice-commits mailing list