summaryrefslogtreecommitdiff
path: root/oox/source/xls/externallinkfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/xls/externallinkfragment.cxx')
-rw-r--r--oox/source/xls/externallinkfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/xls/externallinkfragment.cxx b/oox/source/xls/externallinkfragment.cxx
index 15aaf8bc5412..e1bff95ff724 100644
--- a/oox/source/xls/externallinkfragment.cxx
+++ b/oox/source/xls/externallinkfragment.cxx
@@ -255,7 +255,7 @@ ContextHandlerRef OoxExternalLinkFragment::onCreateContext( sal_Int32 nElement,
if( nElement == XLS_TOKEN( oleItem ) ) mxExtName = mrExtLink.importOleItem( rAttribs );
break;
}
- return false;
+ return 0;
}
void OoxExternalLinkFragment::onEndElement( const OUString& rChars )