From bbdf0b5a98e06f25e1193a3be4f86a7215623c4b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 18 Jun 2008 06:58:42 +0000 Subject: #i90829# Remove 'std::' for time and localtime. --- autodoc/source/display/html/cfrstd.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autodoc/source/display/html/cfrstd.cxx') diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 31958b618f75..f60b5da6955e 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.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -334,9 +334,9 @@ MakeCopyRight() StreamStr cr(700); std::time_t gt; - std::time(>); + time(>); std::tm * - plt = std::localtime(>); + plt = localtime(>); int year = 1900 + plt->tm_year; cr << "Copyright © " -- cgit