diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 11:24:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 11:26:22 +0000 |
commit | cde0d74192fdc6563786f4fa35dccd27d1d85271 (patch) | |
tree | 0133e0598099882548e740c8fe29df088c32942b /fpicker | |
parent | b4b0e7a23433d9e54061682dc1d4ca5386564b29 (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 1 |
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; |