Issue 64248 - goodies/source/inv/invader1.cxx: include datetime
Summary: goodies/source/inv/invader1.cxx: include datetime
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
: 64241 (view as issue list)
Depends on:
Blocks:
 
Reported: 2006-04-11 07:08 UTC by pavel
Modified: 2006-04-11 19:32 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2006-04-11 07:08:08 UTC
current m163:

/disk3/oo/BuildDir/ooo_SRC680_m163_src/goodies/source/inv/invader1.cxx: In
member function `void MyWindow::RandomLevel()':
/disk3/oo/BuildDir/ooo_SRC680_m163_src/goodies/source/inv/invader1.cxx:416:
error: `Time' undeclared (first use this function)
/disk3/oo/BuildDir/ooo_SRC680_m163_src/goodies/source/inv/invader1.cxx:416:
error: (Each undeclared identifier is reported only once for each function it
appears in.)
/disk3/oo/BuildDir/ooo_SRC680_m163_src/goodies/source/inv/invader1.cxx:416:
error: expected `;' before "aTime"
/disk3/oo/BuildDir/ooo_SRC680_m163_src/goodies/source/inv/invader1.cxx:418:
error: `aTime' undeclared (first use this function)
dmake:  Error code 1, while making '../../unxlngi6.pro/slo/invader1.obj'
'---* tg_merge.mk *---'

Including datetime.hxx is missing:

#ifndef _DATETIME_HXX 
#include <tools/datetime.hxx>
#endif
Comment 1 pavel 2006-04-11 09:44:55 UTC
*** Issue 64241 has been marked as a duplicate of this issue. ***
Comment 2 rt 2006-04-11 09:56:22 UTC
Fixed on m163 master.
Comment 3 rt 2006-04-11 09:58:29 UTC
Please verify & close

re-open issue and reassign to pjanik@openoffice.org
Comment 4 rt 2006-04-11 09:58:34 UTC
reassign to pjanik@openoffice.org
Comment 5 rt 2006-04-11 09:58:42 UTC
reset resolution to FIXED
Comment 6 pavel 2006-04-11 19:32:12 UTC
Verified, closing.