diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-14 21:07:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-15 10:20:44 +0200 |
commit | 92ab4166ecc74eff8675e7da319c3249e8c285d0 (patch) | |
tree | 4ad4c54253e3a7f97d584c06ad99ad23eeb23b80 /sd/source | |
parent | 698ae0fc16bcfecb2772ea61019df0a45ccfe0e1 (diff) |
Resolves: tdf#162958 When using formula with Impress Style is lost
regression since:
commit 125cf1525361c6cd699574f60b4cf12868188568
CommitDate: Thu Sep 7 08:54:56 2023 +0200
add referer to ole objects
where these service names changed there should be listed here too
so they get the same post-create setup they do on the bare
"no-argument" route.
Change-Id: I21fb9a92f63cac46e4a0fd46f7c2b8d2956ec829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173377
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 797ec3495982..1aa5d744c85d 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -1243,7 +1243,11 @@ SdXImpressDocument::createInstanceWithArguments( { OUString arg; if ((ServiceSpecifier == "com.sun.star.drawing.GraphicObjectShape" + || ServiceSpecifier == "com.sun.star.drawing.AppletShape" + || ServiceSpecifier == "com.sun.star.drawing.FrameShape" + || ServiceSpecifier == "com.sun.star.drawing.OLE2Shape" || ServiceSpecifier == "com.sun.star.drawing.MediaShape" + || ServiceSpecifier == "com.sun.star.drawing.PluginShape" || ServiceSpecifier == "com.sun.star.presentation.MediaShape") && Arguments.getLength() == 1 && (Arguments[0] >>= arg)) { |