summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-28 13:53:02 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-28 13:53:02 +0200
commita9ae9aefe8384a81dd79827cb76daa9ed8b58dbc (patch)
treec625d05b04c11bb314e9507a3cdc7ac1cf197992 /include
parent0f3af36ba158d01408cd2dc024030a861512ad90 (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 'include')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 2ceb713367f4..fa9103180edc 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -383,7 +383,7 @@ public:
If an empty string will be provided "application/octet-stream"
will be used.
*/
- static void AddToRecentDocumentList(const OUString& rFileUrl, const OUString& rMimeType);
+ static void AddToRecentDocumentList(const OUString& rFileUrl, const OUString& rMimeType, const OUString& rDocumentService);
/** Do we have a native / system file selector available ?
*/