summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-17 16:26:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-17 20:49:41 +0100
commitc3c526e0192b9cf429d326b129ce9e94ec9e346b (patch)
tree13f38ce1ac4cf2ab1d19cd50599d78504f83d5d3 /include
parent6b4b82626a30418c2d566c4fc1ecfe559557bf2b (diff)
weld colormenu
Change-Id: I6feef72cf924865e2407a96cdd0b6e60c835dbc3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125417 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index f96c775fa64d..7834fe22519e 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -24,7 +24,6 @@
#include <string_view>
#include <vcl/vclenum.hxx>
-#include <tools/color.hxx>
#include <tools/link.hxx>
#include <tools/long.hxx>
#include <vcl/dllapi.h>
@@ -303,9 +302,6 @@ public:
void SetItemImage( sal_uInt16 nItemId, const Image& rImage );
Image GetItemImage( sal_uInt16 nItemId ) const;
- // Instead of an image, draw a color
- void SetItemColor( sal_uInt16 nItemId, const Color& rColor );
-
void SetItemCommand( sal_uInt16 nItemId, const OUString& rCommand );
OUString GetItemCommand( sal_uInt16 nItemId ) const;