summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-04 17:20:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-05 11:20:00 +0100
commit663aab4c2dd5d64d49b91a30cfa8f057729eae36 (patch)
tree78f20506486b2d6b3af9affe9afb7e10a0c70254 /include
parent91c5642bf0ee48ff91181d779c3a84c768f340df (diff)
use XGraphic instead of Image
we don't appear to use the Icon in our own code, though there may be a route to set it from an extension or via config Change-Id: I5e169db6335a8e64aeb3d2e6672f5a4b7c65c57f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105309 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 1f24d98059df..84ec840a7575 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -109,7 +109,7 @@ private:
PopupMenuProvider maPopupMenuProvider;
VclPtr<RadioButton> CreateTabItem (const DeckDescriptor& rDeckDescriptor);
- Image GetItemImage (const DeckDescriptor& rDeskDescriptor) const;
+ css::uno::Reference<css::graphic::XGraphic> GetItemImage(const DeckDescriptor& rDeskDescriptor) const;
void Layout();
void UpdateButtonIcons();