summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-03-30 18:16:13 +0200
committerJuergen Schmidt <jsc@openoffice.org>2010-03-30 18:16:13 +0200
commit9f01eba0542582fd37ce5412360d50193b8f3763 (patch)
treebd3b3b26fd8a3b154a35f957f1fb4ea588131edd /autodoc
parent65024749210d63f9033a50b60efc6c977596e2ab (diff)
nativea: SDK rebranding
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/cfrstd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 3bf56afb07cc..3b45576c17ae 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -338,7 +338,7 @@ MakeCopyRight()
cr << "Copyright &copy; 1995, "
<< year
- << ", Oracle and/or its affiliates. All rights reserved.";
+ << ", Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.";
return String(cr.c_str());
}