Kaydet (Commit) 846e7803 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: gcc 4.6.0 various warnings

üst aaeacab4
...@@ -732,11 +732,6 @@ void ProgressMonitor::impl_recalcLayout () ...@@ -732,11 +732,6 @@ void ProgressMonitor::impl_recalcLayout ()
sal_Int32 nWidth_ProgressBar ; sal_Int32 nWidth_ProgressBar ;
sal_Int32 nHeight_ProgressBar ; sal_Int32 nHeight_ProgressBar ;
sal_Int32 nX_3DLine ;
sal_Int32 nY_3DLine ;
sal_Int32 nWidth_3DLine ;
sal_Int32 nHeight_3DLine ;
sal_Int32 nX_Text_Top ; sal_Int32 nX_Text_Top ;
sal_Int32 nY_Text_Top ; sal_Int32 nY_Text_Top ;
sal_Int32 nWidth_Text_Top ; sal_Int32 nWidth_Text_Top ;
...@@ -819,12 +814,6 @@ void ProgressMonitor::impl_recalcLayout () ...@@ -819,12 +814,6 @@ void ProgressMonitor::impl_recalcLayout ()
nWidth_Text_Bottom = nWidth_Text_Top ; nWidth_Text_Bottom = nWidth_Text_Top ;
nHeight_Text_Bottom = nHeight_Topic_Bottom ; nHeight_Text_Bottom = nHeight_Topic_Bottom ;
// Oriented by progressbar.
nX_3DLine = nX_Topic_Top ;
nY_3DLine = nY_Topic_Bottom+nHeight_Topic_Bottom+(PROGRESSMONITOR_FREEBORDER/2) ;
nWidth_3DLine = nWidth_ProgressBar ;
nHeight_3DLine = 1 ; // Height for ONE line ! (But we paint two lines!)
// Oriented by progressbar. // Oriented by progressbar.
nX_Button = nX_ProgressBar+nWidth_ProgressBar-nWidth_Button ; nX_Button = nX_ProgressBar+nWidth_ProgressBar-nWidth_Button ;
nY_Button = nY_Topic_Bottom+nHeight_Topic_Bottom+PROGRESSMONITOR_FREEBORDER ; nY_Button = nY_Topic_Bottom+nHeight_Topic_Bottom+PROGRESSMONITOR_FREEBORDER ;
......
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