From 8d952c5ee83d87a7899cb5f88531e734986bafb9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 16 Jun 2008 12:51:16 +0000 Subject: INTEGRATION: CWS hr51 (1.14.4); FILE MERGED 2008/06/06 14:10:08 hr 1.14.4.1: #i88947#: includes; namespaces --- autodoc/source/display/html/cfrstd.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autodoc/source') 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(>); - tm * - plt = localtime(>); + std::time(>); + std::tm * + plt = std::localtime(>); int year = 1900 + plt->tm_year; cr << "Copyright © " -- cgit