summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabarea.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-16 20:50:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-17 00:36:19 +0100
commit95ff0bd5ca03a279be73651d5edcb32d95e580c5 (patch)
tree39328887aac1298a944ae97a86af25806f418063 /cui/source/inc/cuitabarea.hxx
parentc9a3d679c630e8cc9a82ad2d84b726748e5d314f (diff)
don't need m_aColorSize
Change-Id: I27740ae0bff0d1676799ddfba76eab5e7a299f66 Reviewed-on: https://gerrit.libreoffice.org/69354 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r--cui/source/inc/cuitabarea.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index b166e37d1c87..ad241f4ed136 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -239,8 +239,6 @@ private:
SfxItemSet& m_rXFSet;
protected:
- Size m_aColorSize;
-
std::unique_ptr<weld::Container> m_xFillTab;
std::unique_ptr<weld::ToggleButton> m_xBtnNone;
std::unique_ptr<weld::ToggleButton> m_xBtnColor;