vcl: fix brace

Change-Id: Ib41c9521a8b8e5b8ebc170f9b7e45379a51f1bd5
This commit is contained in:
Thomas Arnhold
2013-10-31 21:04:54 +01:00
parent 0539e78686
commit b4655065ad

View File

@@ -1103,10 +1103,10 @@ void WinSalInstance::AddToRecentDocumentList(const OUString& rFileUrl, const OUS
}
}
}
}
#else
(void) rDocumentService;
#endif
}
// For whatever reason, we could not use the SHARD_APPIDINFO semantics
SHAddToRecentDocs(SHARD_PATHW, (PCWSTR) system_path.getStr());
}