Kaydet (Commit) cc48d00b authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: indent comments in vcl/inc/svdata.hxx

Change-Id: I92a1916c8c7a2f2f5c04085367228c4deb44cf07
üst cfea5388
...@@ -166,7 +166,7 @@ struct ImplSVGDIData ...@@ -166,7 +166,7 @@ struct ImplSVGDIData
ImplPrnQueueList* mpPrinterQueueList; // List of all printer queue ImplPrnQueueList* mpPrinterQueueList; // List of all printer queue
PhysicalFontCollection* mpScreenFontList; // Screen-Font-List PhysicalFontCollection* mpScreenFontList; // Screen-Font-List
ImplFontCache* mpScreenFontCache; // Screen-Font-Cache ImplFontCache* mpScreenFontCache; // Screen-Font-Cache
ImplDirectFontSubstitution* mpDirectFontSubst;// Font-Substitutons defined in Tools->Options->Fonts ImplDirectFontSubstitution* mpDirectFontSubst; // Font-Substitutons defined in Tools->Options->Fonts
GraphicConverter* mpGrfConverter; // Converter for graphics GraphicConverter* mpGrfConverter; // Converter for graphics
long mnRealAppFontX; // AppFont X-Numenator for 40/tel Width long mnRealAppFontX; // AppFont X-Numenator for 40/tel Width
long mnAppFontX; // AppFont X-Numenator for 40/tel Width + DialogScaleX long mnAppFontX; // AppFont X-Numenator for 40/tel Width + DialogScaleX
...@@ -314,7 +314,7 @@ struct ImplSVData ...@@ -314,7 +314,7 @@ struct ImplSVData
ResMgr* mpResMgr; // SV-Resource-Manager ResMgr* mpResMgr; // SV-Resource-Manager
sal_uLong mnTimerPeriod; // current timer period sal_uLong mnTimerPeriod; // current timer period
sal_uLong mnTimerUpdate; // TimerCallbackProcs on stack sal_uLong mnTimerUpdate; // TimerCallbackProcs on stack
bool mbNotAllTimerCalled;// true: Es muessen noch Timer abgearbeitet werden bool mbNotAllTimerCalled; // true: Es muessen noch Timer abgearbeitet werden
bool mbNoCallTimer; // true: No Timeout calls bool mbNoCallTimer; // true: No Timeout calls
ImplSVAppData maAppData; // indepen data for class Application ImplSVAppData maAppData; // indepen data for class Application
ImplSVGDIData maGDIData; // indepen data for Output classes ImplSVGDIData maGDIData; // indepen data for Output classes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment