diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-19 23:29:26 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-19 23:35:18 +0100 |
commit | c2cca8439d385d24c8de3601ff90d7522ff9c9a5 (patch) | |
tree | 213e2066e1edaa044bab2ef2202ca0076a76f917 /xmloff | |
parent | be2aa71a2caba12c7e2e0fc03cba30c6f6d81619 (diff) |
correct function name in debug message
Change-Id: I9c02fdd99504bdee6654d1072559a4afac6532a3
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/layerexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx index 6fa19a35da2f..9057ae719402 100644 --- a/xmloff/source/forms/layerexport.cxx +++ b/xmloff/source/forms/layerexport.cxx @@ -605,7 +605,7 @@ namespace xmloff { // the column indeed has a formatting sal_Int32 nStyleMapIndex = m_xStyleExportMapper->getPropertySetMapper()->FindEntryIndex( CTF_FORMS_DATA_STYLE ); // TODO: move this to the ctor - OSL_ENSURE ( -1 != nStyleMapIndex, "XMLShapeExport::collectShapeAutoStyles: could not obtain the index for our context id!"); + OSL_ENSURE ( -1 != nStyleMapIndex, "OFormLayerXMLExport_Impl::collectGridColumnStylesAndIds: could not obtain the index for our context id!"); XMLPropertyState aNumberStyleState( nStyleMapIndex, makeAny( sColumnNumberStyle ) ); aPropertyStates.push_back( aNumberStyleState ); |