summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-07-29 12:27:23 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-08-05 10:24:56 +0200
commit27f9495891d86a21f18d7ef5455829f9163e5942 (patch)
tree7441b713310538f6f0286a531a3f244fe5bd4229 /sw/source/filter/html/htmlplug.cxx
parent7b20a1b0736825c9c934288428e6e581f79971e2 (diff)
sw: rename to unique name SwFrameFormat::SetFormatName()
Change-Id: I3058a3ade6bdedf0575c10783a4811d7768ac183 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137812 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/source/filter/html/htmlplug.cxx')
-rw-r--r--sw/source/filter/html/htmlplug.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 5c119d4a7234..47fadcf6caf5 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -676,7 +676,7 @@ bool SwHTMLParser::InsertEmbed()
// set name at FrameFormat
if( !aName.isEmpty() )
- pFlyFormat->SetName( aName );
+ pFlyFormat->SetFormatName( aName );
// set the alternative text
SwNoTextNode *pNoTextNd =