summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingfragment.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-10 14:40:25 +0200
committerNoel Grandin <noel@peralex.com>2014-02-10 14:44:58 +0200
commitc1dd14ba87c0223ae9ec14c381796cd859b4b713 (patch)
treea3b44e2be8390aacd2a06d8ebbd1bb7f731bc471 /sc/source/filter/oox/drawingfragment.cxx
parentd359e422705c591d815daefaca3e1c9c53f64756 (diff)
sal_Bool->bool
and remove unused parameter from ScCopyPage Change-Id: Iba5a5adea8d5b4a56d77297325cc79d63465f15d
Diffstat (limited to 'sc/source/filter/oox/drawingfragment.cxx')
-rw-r--r--sc/source/filter/oox/drawingfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index dc879e202855..a3ca08f9425b 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -114,7 +114,7 @@ void Shape::finalizeXShape( XmlFilterBase& rFilter, const Reference< XShapes >&
SdrObject* pObj = SdrObject::getSdrObjectFromXShape( mxShape );
if ( pObj )
{
- if ( ScMacroInfo* pInfo = ScDrawLayer::GetMacroInfo( pObj, sal_True ) )
+ if ( ScMacroInfo* pInfo = ScDrawLayer::GetMacroInfo( pObj, true ) )
pInfo->SetHlink( sURL );
}
}