summaryrefslogtreecommitdiff
path: root/include/svx/colorbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 09:55:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 20:42:31 +0200
commit7990680e92e4fba376ef4f9346d1bc53661bde30 (patch)
treefa9e798d4769cde3e7203f8837603fa8e7736fe6 /include/svx/colorbox.hxx
parent7d3041beb90de4f3495addf139463860049740fb (diff)
loplugin:unusedmethods
Change-Id: I781a514787c83063dadd549ee043bbb264eee060 Reviewed-on: https://gerrit.libreoffice.org/77619 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 d9ac2b48fd6e..7898e4df897b 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -61,7 +61,6 @@ public:
void SetSlotId(sal_uInt16 nSlotId, bool bShowNoneButton = false);
Color const & GetSelectEntryColor() const { return m_aSelectedColor.first; }
- NamedColor const & GetSelectedEntry() const { return m_aSelectedColor; }
void SelectEntry(const NamedColor& rColor);
void SelectEntry(const Color& rColor);
@@ -73,9 +72,6 @@ public:
void ShowPreview(const NamedColor &rColor);
void EnsurePaletteManager();
- void SaveValue() { m_aSaveColor = GetSelectEntryColor(); }
- bool IsValueChangedFromSaved() const { return m_aSaveColor != GetSelectEntryColor(); }
-
DECL_LINK(WindowEventListener, VclWindowEvent&, void);
};