summaryrefslogtreecommitdiff
path: root/vcl/win/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-31 21:04:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-31 21:07:02 +0100
commitb4655065ad8866a346dc7c01658eaef30f85bbec (patch)
treed6a1208bd89fe017a05e573d6518345d70e7e602 /vcl/win/source
parent0539e7868643200ed929501d4974f4947f97af07 (diff)
vcl: fix brace
Change-Id: Ib41c9521a8b8e5b8ebc170f9b7e45379a51f1bd5
Diffstat (limited to 'vcl/win/source')
-rw-r--r--vcl/win/source/app/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
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());
}