From b4655065ad8866a346dc7c01658eaef30f85bbec Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 31 Oct 2013 21:04:54 +0100 Subject: [PATCH] vcl: fix brace Change-Id: Ib41c9521a8b8e5b8ebc170f9b7e45379a51f1bd5 --- vcl/win/source/app/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index cb19f87115a5..ee720364911e 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -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()); }