diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-28 13:53:02 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-28 13:53:02 +0200 |
commit | a9ae9aefe8384a81dd79827cb76daa9ed8b58dbc (patch) | |
tree | c625d05b04c11bb314e9507a3cdc7ac1cf197992 /vcl/headless | |
parent | 0f3af36ba158d01408cd2dc024030a861512ad90 (diff) |
Make AddToRecentDocumentList aware of the DocumentService
This information helps to map a document with an application ID
needed for Windows 7 shell integration.
Change-Id: I1224f566037ab7597a29b16f310f93d9f5441cce
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index f74d37d74ab8..340f4f4601a1 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -382,7 +382,7 @@ void SvpSalInstance::StartTimer( sal_uLong nMS ) } } -void SvpSalInstance::AddToRecentDocumentList(const OUString&, const OUString&) +void SvpSalInstance::AddToRecentDocumentList(const OUString&, const OUString&, const OUString&) { } |