summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 14:46:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 14:47:03 +0000
commit846e7803db529d462a4f5a0480e1b502ca05c6c9 (patch)
treef0faa6b2d7f42bac4f21e9292f77d2f8084a75cd /UnoControls
parentaaeacab4612b6d920795eaf87c81d97afec14dae (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx11
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 ;