[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Feb 2 07:16:38 PST 2011
sc/source/ui/view/output2.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 3b9f9800e6c3b9074539112b8846a0cedb0f7443
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Feb 2 11:29:23 2011 +0000
WaE: throw out some warnings
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index bc5d6d0..52a608b 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -1336,7 +1336,6 @@ void ScOutputData::DrawStrings( BOOL bPixelToLogic )
BOOL bWasIdleDisabled = pDoc->IsIdleDisabled();
pDoc->DisableIdle( TRUE );
- Size aMinSize = pRefDevice->PixelToLogic(Size(0,100)); // erst darueber wird ausgegeben
ScDrawStringsVars aVars( this, bPixelToLogic );
@@ -2363,7 +2362,6 @@ bool EditAlignmentParam::adjustHorAlignment(ScFieldEditEngine* pEngine)
void ScOutputData::DrawEdit(BOOL bPixelToLogic)
{
vcl::PDFExtOutDevData* pPDFData = PTR_CAST( vcl::PDFExtOutDevData, pDev->GetExtOutDevData() );
- Size aMinSize = pRefDevice->PixelToLogic(Size(0,100)); // erst darueber wird ausgegeben
ScModule* pScMod = SC_MOD();
sal_Int32 nConfBackColor = pScMod->GetColorConfig().GetColorValue(svtools::DOCCOLOR).nColor;
More information about the Libreoffice-commits
mailing list