summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-27 11:24:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-27 11:26:22 +0000
commitcde0d74192fdc6563786f4fa35dccd27d1d85271 (patch)
tree0133e0598099882548e740c8fe29df088c32942b /fpicker
parentb4b0e7a23433d9e54061682dc1d4ca5386564b29 (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 44077baedf9b..75d1fb1a6941 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -2489,7 +2489,6 @@ void SvtFileDialog::InitSize()
if ( !_pImp->_nFixDeltaHeight )
{
// Fixgr"ossen errechnen und merken
- Point aPnt = _pFileView->GetPosPixel();
long nBoxH = _pFileView->GetSizePixel().Height();
long nH = GetSizePixel().Height();
_pImp->_nFixDeltaHeight = nH - nBoxH;