diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 15:05:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 19:37:32 +0100 |
commit | 80c4130367d0bbd527b8cec1bd10e4e72c453647 (patch) | |
tree | 5ef1b4d35e2902fc047b0f72ee999f9ad2efbff5 /sc | |
parent | 5efad73918152f380fa1bf1e2cd3bc06b6353683 (diff) |
titchy typo ScImportExcel->ScExportExcel
Change-Id: I05624acbdf4695ef652e619662996ac41afed410
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/excel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx index d193bb5a5154..10c22a9849c0 100644 --- a/sc/source/filter/excel/excel.cxx +++ b/sc/source/filter/excel/excel.cxx @@ -202,7 +202,7 @@ FltError ScFormatFilterPluginImpl::ScExportExcel5( SfxMedium& rMedium, ScDocumen return eERR_NI; // 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 // check the output stream from medium |