Kaydet (Commit) 70d0425d authored tarafından Noel Grandin's avatar Noel Grandin

rename ANZ_DEFAULT_STYLES->DEFAULT_STYLES_COUNT

Change-Id: Ie601b0bac8d9e954760fd022d2f4312c3a127b6c
Reviewed-on: https://gerrit.libreoffice.org/40704Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 15d0dd66
......@@ -442,7 +442,7 @@ void WW8_WrtFactoids::Write(WW8Export& rExport)
rExport.pFib->m_lcbFactoidData = rStream.Tell() - rExport.pFib->m_fcFactoidData;
}
#define ANZ_DEFAULT_STYLES 16
#define DEFAULT_STYLES_COUNT 16
// Names of the storage streams
#define sMainStream OUString("WordDocument")
......@@ -3077,7 +3077,7 @@ namespace
void MSWordExportBase::ExportDocument( bool bWriteAll )
{
m_nCharFormatStart = ANZ_DEFAULT_STYLES;
m_nCharFormatStart = DEFAULT_STYLES_COUNT;
m_nFormatCollStart = m_nCharFormatStart + m_pDoc->GetCharFormats()->size() - 1;
m_bStyDef = m_bBreakBefore = m_bOutKF =
......
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