diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:05:39 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:05:39 +0100 |
commit | 2245eadb5d23c2df70aeccef8b00121afed80a0a (patch) | |
tree | 5c1c31a2ede06c2c46b68040ff6376b555306fc7 /autodoc | |
parent | 2e7d9a031bd8facc86f8fab2793469fc350ca37c (diff) | |
parent | 96372859c9e31c80a3da5022c6328c7fc390e254 (diff) |
CWS-TOOLING: integrate CWS sdk330
Notes
split repo tag: sdk_ooo/DEV300_m74
split repo tag: sdk_ooo/DEV300_m75
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 1093932699ce..3bf56afb07cc 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -336,9 +336,9 @@ MakeCopyRight() plt = localtime(>); int year = 1900 + plt->tm_year; - cr << "Copyright © " + cr << "Copyright © 1995, " << year - << " Oracle"; + << ", Oracle and/or its affiliates. All rights reserved."; return String(cr.c_str()); } |