Kaydet (Commit) bac11703 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove unnecessary ;

Change-Id: I0e16305cac5cd5e4824a4e2bab7e4ac10d2bd469
üst 54235fba
...@@ -227,7 +227,7 @@ OUString lcl_createName( ...@@ -227,7 +227,7 @@ OUString lcl_createName(
const OUString& rLeadingChars, Tokens & tokens, const OUString* pExtension, const OUString& rLeadingChars, Tokens & tokens, const OUString* pExtension,
const OUString* pParent, bool bDirectory, bool bKeep, bool bLock) const OUString* pParent, bool bDirectory, bool bKeep, bool bLock)
{ {
OUString aName = ConstructTempDir_Impl( pParent ) + rLeadingChars;; OUString aName = ConstructTempDir_Impl( pParent ) + rLeadingChars;
OUString token; OUString token;
while (tokens.next(&token)) while (tokens.next(&token))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment