diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 14:46:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 14:47:03 +0000 |
commit | 846e7803db529d462a4f5a0480e1b502ca05c6c9 (patch) | |
tree | f0faa6b2d7f42bac4f21e9292f77d2f8084a75cd /UnoControls | |
parent | aaeacab4612b6d920795eaf87c81d97afec14dae (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/progressmonitor.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index ca74167638aa..e039ff33925c 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -732,11 +732,6 @@ void ProgressMonitor::impl_recalcLayout () sal_Int32 nWidth_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 nY_Text_Top ; sal_Int32 nWidth_Text_Top ; @@ -820,12 +815,6 @@ void ProgressMonitor::impl_recalcLayout () 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. nX_Button = nX_ProgressBar+nWidth_ProgressBar-nWidth_Button ; nY_Button = nY_Topic_Bottom+nHeight_Topic_Bottom+PROGRESSMONITOR_FREEBORDER ; |