[Libreoffice-commits] .: binfilter/bf_svx

Caolán McNamara caolan at kemper.freedesktop.org
Sat Jan 1 13:44:11 PST 2011


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

New commits:
commit 70876b78dc0e4fcbb52bbda94af47d1428e80e45
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:43:58 2011 +0000

    cppcheck: unused variable, assigned from const methods, so no side effects

diff --git a/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx b/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
index 1d88921..8cd9591 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdograf.cxx
@@ -687,7 +687,6 @@ namespace binfilter {
 /*N*/ 	bool		bLoading = FALSE;
 /*N*/ 	OutputDevice*	pOutDev = rOut.GetOutDev();
 /*N*/ 	GDIMetaFile*	pRecMetaFile = pOutDev->GetConnectMetaFile();
-/*N*/ 	bool		bMtfRecording = ( pRecMetaFile && pRecMetaFile->IsRecord() && !pRecMetaFile->IsPause() );
 /*N*/ 	const SdrView*	pView = ( rInfoRec.pPV ? &rInfoRec.pPV->GetView() : NULL );
 /*N*/ 
 /*N*/ 	if( bSwappedOut && !bDraft )


More information about the Libreoffice-commits mailing list