summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/bbdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-19 12:30:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 12:42:13 +0000
commitacee1b8b8c68c5c9d7492dbcc95635e68551713f (patch)
treed5cd76cfe28e2ec4c0ba5e858465d799ce27bd2c /cui/source/inc/bbdlg.hxx
parentcss.xml.sax service ctor clean-up (diff)
downloadcore-acee1b8b8c68c5c9d7492dbcc95635e68551713f.tar.gz
core-acee1b8b8c68c5c9d7492dbcc95635e68551713f.zip
convert border background dialog to .ui
Change-Id: I661384b04fef7f59c2b4feffe093cf75103d55d1
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;
};