summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-08-11 12:26:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-08-13 15:42:03 +0200
commit6284804c2ccb3ad8bb6e1c1dac8d622f66b8c07d (patch)
treeab5e6d8c1a8ae8b61824d262cd0424030c89779d /cui/source/inc
parentf70e978f4bf223d7edbb4c3a981f46938a3b3ed1 (diff)
move the SvxBackgroundColorItem<->SvxBrushItem conversion
into the dialog itself Change-Id: I83db9f02145a4927257dd5691f82dad1a11eaea6 Reviewed-on: https://gerrit.libreoffice.org/41029 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/backgrnd.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index de75d6923580..d7e71a0ceec9 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -106,6 +106,7 @@ private:
bool bAllowShowSelector : 1;
bool bIsGraphicValid : 1;
bool bHighlighting : 1;
+ bool bCharBackColor : 1;
bool m_bColorSelected : 1;
Graphic aBgdGraphic;
OUString aBgdGraphicPath;