From 14f351529e5f6282b1017d28671930d6142f4ce5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 19 Nov 2017 01:38:22 +0900 Subject: cosmetics: Drop duplicate semicolon Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f Reviewed-on: https://gerrit.libreoffice.org/44914 Tested-by: Jenkins Reviewed-by: Eike Rathke --- unotest/source/cpp/directories.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotest/source/cpp/directories.cxx') diff --git a/unotest/source/cpp/directories.cxx b/unotest/source/cpp/directories.cxx index 2970b92306f3..3cda732c0413 100644 --- a/unotest/source/cpp/directories.cxx +++ b/unotest/source/cpp/directories.cxx @@ -48,7 +48,7 @@ OUString test::Directories::getURLFromSrc( const OUString& rPath ) OUString test::Directories::getPathFromSrc(const OUString& rPath) { - return m_aSrcRootPath + rPath;; + return m_aSrcRootPath + rPath; } OUString test::Directories::getURLFromWorkdir( const OUString& rPath ) -- cgit