diff options
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 © " |