From 3588a04f438b001cb64aa1fd86b28869f2c4e70b Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sun, 14 Jun 2015 18:50:01 +0200 Subject: tdf#89830: Ambiguous naming of character background Use 'Highlighting' also on Character Dialog. Change-Id: Ie81d25651e5998a35b4e2646089b8f2c590cfb98 --- cui/source/inc/backgrnd.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/inc') diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index a0441bf3a9c9..c12a33b2253a 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -80,6 +80,7 @@ private: VclPtr m_pTblLBox; VclPtr m_pParaLBox; + VclPtr m_pBackGroundColorLabelFT; VclPtr m_pBackGroundColorFrame; VclPtr m_pBackgroundColorSet; VclPtr m_pPreviewWin1; -- cgit