diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-09-29 13:53:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-09-29 13:53:16 +0000 |
commit | 6a026b7dad8cfd519125ce349ab248d1fd52669c (patch) | |
tree | 12ff0dbe02d64ca12f2c11409f41b74d7a146f00 /shell/inc | |
parent | 04303c41e5a31850fdc13884cb9c3d24bbbbd277 (diff) |
INTEGRATION: CWS geordi2q06 (1.1.82); FILE MERGED
2003/09/24 11:28:40 rt 1.1.82.1: #111934#: join CWS recentdocs
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/systemshell.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/shell/inc/systemshell.hxx b/shell/inc/systemshell.hxx index 5a8b493c0c2b..b2e475ef1ab6 100644 --- a/shell/inc/systemshell.hxx +++ b/shell/inc/systemshell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: systemshell.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tra $ $Date: 2002-07-05 07:20:17 $ + * last change: $Author: hr $ $Date: 2003-09-29 14:53:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,8 +74,13 @@ namespace SystemShell @param aFileUrl The file url of the document. + + @param aMimeType + The mime content type of the document specified by aFileUrl. + If an empty string will be provided "application/octet-stream" + will be used. */ - void AddToRecentDocumentList(const rtl::OUString& aFileUrl); + void AddToRecentDocumentList(const rtl::OUString& aFileUrl, const rtl::OUString& aMimeType); }; #endif |