diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-01-06 19:34:44 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-01-06 08:45:33 +0000 |
commit | 9b45157ab20c9b158a1ef8f4f364d7a46d9c276b (patch) | |
tree | 1d86649ccd654cd131b54bd06ca05367aa645fc5 /vcl/inc/svdata.hxx | |
parent | 79412ad26ce1e0a9da5295357ea8892433d6d0a3 (diff) |
vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)
Change-Id: I424abbe3dba1e1cef7bfb93fe527263e20fe21de
Reviewed-on: https://gerrit.libreoffice.org/13762
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 9d20196d07b5..ddac1042a3a0 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -308,7 +308,7 @@ struct ImplSVData WorkWindow* mpDefaultWin; // Default-Window bool mbDeInit; // Is VCL deinitializing sal_uLong mnThreadCount; // is VCL MultiThread enabled - ImplConfigData* mpFirstConfigData; // Zeiger auf ersten Config-Block + ImplConfigData* mpFirstConfigData; // pointer to the first config block ImplTimerData* mpFirstTimerData; // list of all running timers SalTimer* mpSalTimer; // interface to sal event loop/timers SalI18NImeStatus* mpImeStatus; // interface to ime status window @@ -316,7 +316,7 @@ struct ImplSVData ResMgr* mpResMgr; // SV-Resource-Manager sal_uLong mnTimerPeriod; // current timer period sal_uLong mnTimerUpdate; // TimerCallbackProcs on stack - bool mbNotAllTimerCalled; // true: Es muessen noch Timer abgearbeitet werden + bool mbNotAllTimerCalled; // true: Timer must still be processed bool mbNoCallTimer; // true: No Timeout calls ImplSVAppData maAppData; // indepen data for class Application ImplSVGDIData maGDIData; // indepen data for Output classes |