summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfonte.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-30 21:01:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-10-31 15:37:18 +0100
commit4e08dd5c31ebb5032a8aa41030410bea21a1eb66 (patch)
tree36ef39730befb0683d7b2070c59a496d860e0ffd /sw/source/filter/xml/xmlfonte.cxx
parentb3d62dd95446a7289ddcc33697811e7acefe4057 (diff)
rename to NotifyContainsEmbeddedFont
to indicate better what its users do with this notification. This reflects better the reality that while the embedded font has been read at this point, vcl hasn't been informed of its existence yet. Change-Id: I87f4d0a0361192dac972f6146d3721a69e11ac27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105086 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter/xml/xmlfonte.cxx')
-rw-r--r--sw/source/filter/xml/xmlfonte.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlfonte.cxx b/sw/source/filter/xml/xmlfonte.cxx
index 9b90f94fd419..ce415aeb41e5 100644
--- a/sw/source/filter/xml/xmlfonte.cxx
+++ b/sw/source/filter/xml/xmlfonte.cxx
@@ -84,7 +84,7 @@ XMLFontAutoStylePool* SwXMLExport::CreateFontAutoStylePool()
return new SwXMLFontAutoStylePool_Impl( *this, !blockFontEmbedding );
}
-void SwXMLImport::NotifyEmbeddedFontRead()
+void SwXMLImport::NotifyContainsEmbeddedFont()
{
getDoc()->getIDocumentSettingAccess().set( DocumentSettingId::EMBED_FONTS, true );
}