summaryrefslogtreecommitdiff
path: root/include/svx/colorbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 14:49:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 20:40:08 +0100
commita91855165dc7c119166b05c038d238f59c8c1281 (patch)
tree54c2dc971a098d8a2d530a887889996b3deed3b3 /include/svx/colorbox.hxx
parent4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f (diff)
loplugin:unusedmethods
Change-Id: Icab9a4789b0bb9187ad5393a2b8578fc4c5e401f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87736 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/colorbox.hxx')
-rw-r--r--include/svx/colorbox.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index 0e715e5531bc..f8a65715dd9e 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -56,15 +56,11 @@ public:
m_aSelectedLink = rLink;
}
- void SetSlotId(sal_uInt16 nSlotId);
-
Color const & GetSelectEntryColor() const { return m_aSelectedColor.first; }
- void SelectEntry(const NamedColor& rColor);
void SelectEntry(const Color& rColor);
void SetNoSelection() { getColorWindow()->SetNoSelection(); }
- bool IsNoSelection() const { return getColorWindow()->IsNoSelection(); }
void ShowPreview(const NamedColor &rColor);
void EnsurePaletteManager();