Kaydet (Commit) bbdf0b5a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i90829# Remove 'std::' for time and localtime.

üst f6b2fd24
......@@ -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(&gt);
time(&gt);
std::tm *
plt = std::localtime(&gt);
plt = localtime(&gt);
int year = 1900 + plt->tm_year;
cr << "Copyright &copy; "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment