diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 13:11:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 13:11:43 +0000 |
commit | 72ef55fe37b026d9f89cea441737d4c20fd35c73 (patch) | |
tree | fef618241613a0848764e048149f6f477a03df8d /autodoc/source/display/html/cfrstd.cxx | |
parent | 179fc2e2e25d3e9bc7c198b1e9ea6651fc6de84a (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'autodoc/source/display/html/cfrstd.cxx')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 2dc83042ed66..6d9b99c119a4 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cfrstd.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: np $ $Date: 2002-11-14 18:01:56 $ + * last change: $Author: hr $ $Date: 2003-03-18 14:11:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,7 +196,8 @@ StdFrame::LogoLink() const const char * StdFrame::CopyrightText() const { - return "Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA."; +// return "Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA."; + return "Copyright © 2003 Sun Microsystems, Inc."; // return "Copyright 2001 OpenOffice.org Foundation. All Rights Reserved."; } |