diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-11-19 01:38:22 +0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-20 14:01:44 +0100 |
commit | 14f351529e5f6282b1017d28671930d6142f4ce5 (patch) | |
tree | 9425e90bb869f9ed05bcebd621059eeb198e4b87 /unotest | |
parent | 13de75274b727428355eefd55176277a5f891c47 (diff) |
cosmetics: Drop duplicate semicolon
Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f
Reviewed-on: https://gerrit.libreoffice.org/44914
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/directories.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |