summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:51:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:51:16 +0000
commit8d952c5ee83d87a7899cb5f88531e734986bafb9 (patch)
treefe6b5bc302e4538e28aa3017bbc6dbd6814fb4d4 /autodoc
parentfe8740a04d190202799149a792745042da3ce373 (diff)
INTEGRATION: CWS hr51 (1.14.4); FILE MERGED
2008/06/06 14:10:08 hr 1.14.4.1: #i88947#: includes; namespaces
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/cfrstd.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 7e11a8e4b073..31958b618f75 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cfrstd.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -332,11 +332,11 @@ String
MakeCopyRight()
{
StreamStr cr(700);
- time_t
+ std::time_t
gt;
- time(&gt);
- tm *
- plt = localtime(&gt);
+ std::time(&gt);
+ std::tm *
+ plt = std::localtime(&gt);
int year = 1900 + plt->tm_year;
cr << "Copyright &copy; "