summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-13 11:52:27 +0100
committerAndras Timar <atimar@suse.com>2012-03-13 11:53:05 +0100
commit6c412d2e6923f99e3c351eee5d36822ec2768df9 (patch)
tree2c660db505bb4be6896b5bf77425663479528514 /autodoc
parentd4c791b13efa973d1d85d7ebce3c449545520996 (diff)
change Privacy and Legal URLs in API doc
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 ed8e1a71e751..74d49e78b433 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -343,7 +343,7 @@ MakeCopyRight()
<< "<p class=\"copyright\" align=\"center\">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p>"
<< "<p class=\"copyright\" align=\"center\">The Document Foundation acknowledges all community members, please find more info <a href=\"http://www.libreoffice.org/about-us/credits/\" target=\"_blank\">at our website</a>."
<< "<p>&nbsp;</p>"
- << "<p class=\"copyright\" align=\"center\"><a href=\"http://www.libreoffice.org/privacy\" target=\"_blank\">Privacy Policy</a> | <a href=\"http://www.libreoffice.org/imprint\" target=\"_blank\">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href=\"http://www.libreoffice.org/download/license/\" target=\"_blank\">LGPLv3</a>). \"LibreOffice\" and \"The Document Foundation\" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href=\"http://wiki.documentfoundation.org/TradeMark_Policy\" target=\"_blank\">trademark policy</a>.";
+ << "<p class=\"copyright\" align=\"center\"><a href=\"http://www.documentfoundation.org/privacy\" target=\"_blank\">Privacy Policy</a> | <a href=\"http://www.documentfoundation.org/imprint\" target=\"_blank\">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href=\"http://www.libreoffice.org/download/license/\" target=\"_blank\">LGPLv3</a>). \"LibreOffice\" and \"The Document Foundation\" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href=\"http://wiki.documentfoundation.org/TradeMark_Policy\" target=\"_blank\">trademark policy</a>.";
return String(cr.c_str());
}