summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-03 23:13:03 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-03 23:13:03 +0000
commit3d3ceeccbae61d8748d315bf2ed2f9d1a3fc101a (patch)
treec5f2522e7c032d0a9819ebaca2a965ec1f8f8f99 /framework/inc
parent19ffb94cf4b5dffaec217b5e96990779871f65e0 (diff)
INTEGRATION: CWS fwkpostbeta03 (1.8.50); FILE MERGED
2005/02/16 13:33:58 as 1.8.50.3: #i19976# handle setVisible()/toFront() more gracefully on load requests 2005/02/04 14:40:23 cd 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/02 16:25:58 cd 1.8.50.1: #i41894# Don't create status bar on demand - support progress bar with API
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 436f2345ab82..5efe589bf912 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statusindicatorfactory.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-02-02 13:49:46 $
+ * last change: $Author: kz $ $Date: 2005-03-04 00:13:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -328,6 +328,9 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider
/** prevent recursive calling of Application::Reschedule(). */
static sal_Int32 m_nInReschedule;
+ /** time where there last start call was made. */
+ sal_Int32 m_nStartTime;
+
//-------------------------------------------
// interface