diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-09-29 13:55:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-09-29 13:55:34 +0000 |
commit | c79104184b090b64f5a62dbd67ae41b29401036d (patch) | |
tree | 3a97b015606502161c1c42ba02ed75808fd8c6bb /shell | |
parent | fb4c61c008650bd50c0dcb94eb97e5de44c7e419 (diff) |
INTEGRATION: CWS geordi2q06 (1.1.82); FILE MERGED
2003/09/24 11:28:47 rt 1.1.82.1: #111934#: join CWS recentdocs
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/sysshell/systemshell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/win32/sysshell/systemshell.cxx b/shell/source/win32/sysshell/systemshell.cxx index 3084843d8330..a2fc1407d9a3 100644 --- a/shell/source/win32/sysshell/systemshell.cxx +++ b/shell/source/win32/sysshell/systemshell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: systemshell.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tra $ $Date: 2002-07-05 07:23:55 $ + * last change: $Author: hr $ $Date: 2003-09-29 14:55:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ namespace SystemShell @param aFileUrl The file url of the document. */ - void AddToRecentDocumentList(const rtl::OUString& aFileUrl) + void AddToRecentDocumentList(const rtl::OUString& aFileUrl, const rtl::OUString& aMimeType) { rtl::OUString system_path; osl::FileBase::RC rc = osl::FileBase::getSystemPathFromFileURL(aFileUrl, system_path); |