diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-11 20:25:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-12 13:33:27 +0100 |
commit | 569de88e9c7eda964252518282d26a8f7d059718 (patch) | |
tree | e8a8988ea61bbd3b398ed63e517145e9a1088012 /solenv | |
parent | 73e9e027e9978cf5136731118f18b832bd361181 (diff) |
prefer css::awt::XPopupMenu api
and using GetXGraphic will return a vcl unographic::XGraphic which
also supports XBitmap as well as XGraphic so we can check if
the XBitmap we're passing around supports XGraphic and use that
if it does and drop the imagewrapper in favor of doing that
Change-Id: I3bd7963b53c3f715fca4b5cfb2ddad650ca92e1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126691
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 0c2f856a2187..a6be56e95bfa 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -4267,7 +4267,6 @@ framework/inc/classes/actiontriggercontainer.hxx framework/inc/classes/actiontriggerpropertyset.hxx framework/inc/classes/actiontriggerseparatorpropertyset.hxx framework/inc/classes/converter.hxx -framework/inc/classes/imagewrapper.hxx framework/inc/classes/protocolhandlercache.hxx framework/inc/classes/resource.hxx framework/inc/classes/rootactiontriggercontainer.hxx @@ -4404,7 +4403,6 @@ framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx framework/source/fwe/classes/addonmenu.cxx framework/source/fwe/classes/addonsoptions.cxx framework/source/fwe/classes/framelistanalyzer.cxx -framework/source/fwe/classes/imagewrapper.cxx framework/source/fwe/classes/rootactiontriggercontainer.cxx framework/source/fwe/classes/sfxhelperfunctions.cxx framework/source/fwe/dispatch/interaction.cxx |