summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
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;