summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xipage.cxx')
-rw-r--r--sc/source/filter/excel/xipage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xipage.cxx b/sc/source/filter/excel/xipage.cxx
index db8f4377a1c2..7436c3eaed2c 100644
--- a/sc/source/filter/excel/xipage.cxx
+++ b/sc/source/filter/excel/xipage.cxx
@@ -248,7 +248,7 @@ void XclImpPageSettings::Finalize()
sal_uInt16 nStartPage = maData.mbManualStart ? maData.mnStartPage : 0;
ScfTools::PutItem( rItemSet, SfxUInt16Item( ATTR_PAGE_FIRSTPAGENO, nStartPage ), true );
- if( maData.mxBrushItem.get() )
+ if( maData.mxBrushItem )
rItemSet.Put( *maData.mxBrushItem );
if( mbValidPaper )