Kaydet (Commit) 80c41303 authored tarafından Caolán McNamara's avatar Caolán McNamara

titchy typo ScImportExcel->ScExportExcel

Change-Id: I05624acbdf4695ef652e619662996ac41afed410
üst 5efad739
...@@ -202,7 +202,7 @@ FltError ScFormatFilterPluginImpl::ScExportExcel5( SfxMedium& rMedium, ScDocumen ...@@ -202,7 +202,7 @@ FltError ScFormatFilterPluginImpl::ScExportExcel5( SfxMedium& rMedium, ScDocumen
return eERR_NI; return eERR_NI;
// check the passed Calc document // check the passed Calc document
OSL_ENSURE( pDocument, "::ScImportExcel - no document" ); OSL_ENSURE( pDocument, "::ScExportExcel5 - no document" );
if( !pDocument ) return eERR_INTERN; // should not happen if( !pDocument ) return eERR_INTERN; // should not happen
// check the output stream from medium // check the output stream from medium
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment