diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:34:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:34:54 +0000 |
commit | 62b21380e007ea57a79db7d0dc0bd60d918285b4 (patch) | |
tree | d1c68ee6b9cacbd40f3a8d1b505cdaa03e72ba8d /canvas/inc/canvas | |
parent | 5830c85354a5b7fe97b65a759239a98471bb440d (diff) |
INTEGRATION: CWS presfixes09 (1.5.38); FILE MERGED
2006/03/15 13:43:02 thb 1.5.38.1: #i49357# Cleaned up include guards; added method to convert to system window coordinates (to account for VCL's pseudo windows)
Diffstat (limited to 'canvas/inc/canvas')
-rw-r--r-- | canvas/inc/canvas/elapsedtime.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/canvas/inc/canvas/elapsedtime.hxx b/canvas/inc/canvas/elapsedtime.hxx index c16c6954c07d..2f9d191110a4 100644 --- a/canvas/inc/canvas/elapsedtime.hxx +++ b/canvas/inc/canvas/elapsedtime.hxx @@ -4,9 +4,9 @@ * * $RCSfile: elapsedtime.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:04:54 $ + * last change: $Author: kz $ $Date: 2006-12-13 14:34:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -#ifndef _CANVAS_ELAPSEDTIME_HXX -#define _CANVAS_ELAPSEDTIME_HXX +#ifndef INCLUDED_CANVAS_ELAPSEDTIME_HXX +#define INCLUDED_CANVAS_ELAPSEDTIME_HXX #ifndef _SAL_TYPES_H_ #include <sal/types.h> @@ -189,4 +189,4 @@ namespace canvas } } -#endif /* _CANVAS_ELAPSEDTIME_HXX */ +#endif /* INCLUDED_CANVAS_ELAPSEDTIME_HXX */ |