diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 16:02:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 16:02:42 +0000 |
commit | 5ed7177efde2e305dad7af3ed175315708c71475 (patch) | |
tree | f8e4c5fd8f8bc22409ebb60d08174f16bed73fdb /canvas/inc | |
parent | 5df1a4960653075fd98b49effdb4a863ff3ab32d (diff) |
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/16 17:44:24 thb 1.2.2.2: #110496# Made ElapsedTime const-correct
2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/canvas/elapsedtime.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/inc/canvas/elapsedtime.hxx b/canvas/inc/canvas/elapsedtime.hxx index fcb008527f25..aee0696ac96a 100644 --- a/canvas/inc/canvas/elapsedtime.hxx +++ b/canvas/inc/canvas/elapsedtime.hxx @@ -2,9 +2,9 @@ * * $RCSfile: elapsedtime.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:38:25 $ + * last change: $Author: rt $ $Date: 2004-11-26 17:02:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,7 @@ namespace canvas @return the elapsed time in seconds. */ - double getElapsedTime(); + double getElapsedTime() const; private: sal_uInt64 mnStartTime; // implementation-dependent start time representation |