diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 12:09:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 12:09:34 +0000 |
commit | 700621fd6731d0f39d2342e2276b8c605d5cc8cd (patch) | |
tree | 63c0c10070484918b4c1151efac26381302fa7e2 /shell | |
parent | 5271b8d3a41b4bcab1f75b3829fb73b7df83246b (diff) |
INTEGRATION: CWS sal05 (1.2.16); FILE MERGED
2003/12/18 10:47:21 tra 1.2.16.1: #i22046#removed unnecessary semicolon at the end of the namespace declaration
Diffstat (limited to 'shell')
-rw-r--r-- | shell/inc/systemshell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/inc/systemshell.hxx b/shell/inc/systemshell.hxx index b2e475ef1ab6..fc90484ad72e 100644 --- a/shell/inc/systemshell.hxx +++ b/shell/inc/systemshell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: systemshell.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-09-29 14:53:16 $ + * last change: $Author: hr $ $Date: 2004-02-03 13:09:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,6 @@ namespace SystemShell will be used. */ void AddToRecentDocumentList(const rtl::OUString& aFileUrl, const rtl::OUString& aMimeType); -}; +} #endif |