summaryrefslogtreecommitdiff
path: root/cui/source/inc/bbdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/bbdlg.hxx')
-rw-r--r--cui/source/inc/bbdlg.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/cui/source/inc/bbdlg.hxx b/cui/source/inc/bbdlg.hxx
index a1bddb35c5b4..0b3139a6da73 100644
--- a/cui/source/inc/bbdlg.hxx
+++ b/cui/source/inc/bbdlg.hxx
@@ -28,17 +28,14 @@
class SvxBorderBackgroundDlg: public SfxTabDialog
{
public:
- SvxBorderBackgroundDlg( Window *pParent,
- const SfxItemSet& rCoreSet,
- sal_Bool bEnableSelector = sal_False );
-
- ~SvxBorderBackgroundDlg();
-
+ SvxBorderBackgroundDlg(Window *pParent, const SfxItemSet& rCoreSet,
+ bool bEnableSelector = false);
protected:
virtual void PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage );
private:
- sal_Bool bEnableBackgroundSelector; ///< for Border/Background
+ bool m_bEnableBackgroundSelector; ///< for Border/Background
+ sal_uInt16 m_nBackgroundPageId;
};