summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-01-26 17:31:35 -0900
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-12 10:20:25 +0200
commitcac80ccacf917e7e80f75c3574cc2a300f1d775a (patch)
tree124cfed96e80d12a0601d2d30b83e1cae6e20831 /cui/source/inc/backgrnd.hxx
parent24a57e2b854a1b8b3b8533ac72a6614ee29e374a (diff)
tdf#105225 A character highlighting tab page based on the area tab page
Change-Id: Icd76af14129ff742c77d7f19582c3cbc0520525e Reviewed-on: https://gerrit.libreoffice.org/48737 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r--cui/source/inc/backgrnd.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 88131fa61b80..e25b2043cbc5 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -26,6 +26,8 @@
#include <editeng/brushitem.hxx>
#include <memory>
+#include "cuitabarea.hxx"
+
class BackgroundPreviewImpl;
class SvxOpenGraphicDialog;
struct SvxBackgroundTable_Impl;
@@ -139,11 +141,10 @@ private:
DECL_LINK( TblDestinationHdl_Impl, ListBox&, void );
};
-#include "cuitabarea.hxx"
-
class SvxBkgTabPage : public SvxAreaTabPage
{
VclPtr<ListBox> m_pTblLBox;
+ bool bHighlighting : 1;
public:
using SvxAreaTabPage::DeactivatePage;