summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-14 23:38:43 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-14 23:38:43 +0100
commite488bbd9693d9162082dafc5ea8cea6085cdb372 (patch)
treeba5d0800a921bc9496359d30fa83b7305b06ce9a
parenta3dad64d25dfe6ef0297d6d2fbaf72fcef5017fb (diff)
#107450#: warning for unused variable fixed
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index ecfc5db63d42..c6c21d61fbbc 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -1685,7 +1685,7 @@ void MA_FASTCALL DrawGraphic( const SvxBrushItem *pBrush,
else
((SvxBrushItem*)pBrush)->SetDoneLink( STATIC_LINK(
rSh.GetDoc(), SwDoc, BackgroundDone ) );
- SfxObjectShell &rObjSh = *GETOBJSHELL();
+ //SfxObjectShell &rObjSh = *GETOBJSHELL();
const Graphic* pGrf = pBrush->GetGraphic();
if( pGrf && GRAPHIC_NONE != pGrf->GetType() )
{