[Libreoffice-commits] .: binfilter/bf_svx

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 30 13:12:40 PST 2010


 binfilter/bf_svx/source/svdraw/svx_svdograf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9edae83b7acbccabd07ca9125d4628f888a6cee
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 30 21:12:34 2010 +0000

    cppcheck: unused variable

diff --git a/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx b/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
index 1f44d18..1d88921 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
@@ -697,7 +697,7 @@ namespace binfilter {
 /*N*/ 	if( pGraphic->IsSwappedOut() ||	( pGraphic->GetType() == GRAPHIC_NONE ) || ( pGraphic->GetType() == GRAPHIC_DEFAULT ) )
 /*?*/ 		bDraft=TRUE;
 /*N*/ 
-/*N*/ 	long          nDrehWink = aGeo.nDrehWink, nShearWink = aGeo.nShearWink;
+/*N*/ 	long          nDrehWink = aGeo.nDrehWink;
 /*N*/ 	bool      bRotate = ( nDrehWink != 0 && nDrehWink != 18000 );
 /*N*/ 	bool      bRota180 = nDrehWink == 18000;
 /*N*/ 	USHORT        nMirrorCase = ( bRota180 ? ( bMirrored ? 3 : 4 ) : ( bMirrored ? 2 : 1 ) );	//  4 | 3   H&V gespiegelt | nur Vertikal


More information about the Libreoffice-commits mailing list