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

INTEGRATION: CWS sb91 (1.16.10); FILE MERGED

2008/07/11 08:56:51 sb 1.16.10.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
üst e3a36366
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cfrstd.cxx,v $
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
......@@ -33,7 +33,7 @@
// NOT FULLY DEFINED SERVICES
#include <ctime>
#include <time.h>
/* CSS Styles
......@@ -332,10 +332,10 @@ String
MakeCopyRight()
{
StreamStr cr(700);
std::time_t
time_t
gt;
time(&gt);
std::tm *
tm *
plt = localtime(&gt);
int year = 1900 + plt->tm_year;
......
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