summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 11:11:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 13:12:09 +0200
commit70d0425dd4fffd51170ccf0ca12a28870b0b7b1a (patch)
tree29e07999a81a08f824e47a803f35e350761e415b /sw
parent15d0dd662c79c24944689f9fa7396d85ce4f33e2 (diff)
rename ANZ_DEFAULT_STYLES->DEFAULT_STYLES_COUNT
Change-Id: Ie601b0bac8d9e954760fd022d2f4312c3a127b6c Reviewed-on: https://gerrit.libreoffice.org/40704 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index f014dfe59ebd..f32cfeffc0ca 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -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 =