summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 13:10:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-22 06:42:19 +0000
commitc1877a16b38bfd74a52e39b49289d5f5572b610b (patch)
treeaac6e79a4fc26a520ef1cd097bea7ba25d695695 /include
parentf0c7cbe1d8505d3c1f5a2b2253efda35542c898b (diff)
loplugin:unusedfields
Change-Id: I8a114bcda99f123d230d61b0d0595bfe657cc3c0 Reviewed-on: https://gerrit.libreoffice.org/34513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/sidebar/ValueSetWithTextControl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx
index d21ccce5dd7d..a8c246dcb5ef 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -49,8 +49,6 @@ public:
private:
struct ValueSetWithTextItem
{
- Image maItemImage;
- Image maSelectedItemImage;
OUString maItemText;
OUString maItemText2;
};