[Libreoffice-commits] core.git: sal/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jan 18 11:30:21 UTC 2020


 sal/qa/osl/file/osl_File.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7404db932232c6baa7909052f92cd8135f371361
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 10 22:24:03 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Jan 18 12:29:47 2020 +0100

    Removed redundant semicolon
    
    Change-Id: Ice0c5f413f176ce6eb832dc8b06010595f214857
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86582
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 2f099586ee73..dabe4e09e15f 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -4530,7 +4530,7 @@ namespace osl_Directory
                 }
                 else
                     break;
-            };
+            }
             fd = std::remove(strLinkFileName.getStr());
             CPPUNIT_ASSERT_EQUAL_MESSAGE("remove link file failed", static_cast<sal_Int32>(0), fd);
             CPPUNIT_ASSERT_MESSAGE("test for getNextItem function: check if can retrieve the link file name",


More information about the Libreoffice-commits mailing list