summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicatorfactory.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-16 10:30:35 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-16 10:30:35 +0100
commit9fdc2716aada42ccb8f60e14555dab10de2c67eb (patch)
tree38fd489d7d0e4aaf5ef8dcf39ff013969fd7adf7 /framework/inc/helper/statusindicatorfactory.hxx
parentc696055fbc116a65aac158fe6747079a3af44be4 (diff)
parentcd0d6a5a6775f197fdb7e78b54c8133074a7a236 (diff)
fwk165: Rebase to DEV300m100
Diffstat (limited to 'framework/inc/helper/statusindicatorfactory.hxx')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index b2f2258517af..e36d79e0d1db 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -214,7 +214,7 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider
WakeUpThread* m_pWakeUp;
/** Our WakeUpThread calls us in our interface method "XUpdatable::update().
- There we set this member m_bAllowReschedule to TRUE. Next time if our impl_reschedule()
+ There we set this member m_bAllowReschedule to sal_True. Next time if our impl_reschedule()
method is called, we know, that an Application::Reschedule() should be made.
Because the last made Reschedule can be was taken long time ago ... may be.*/
sal_Bool m_bAllowReschedule;