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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/bbdlg.hxx b/cui/source/inc/bbdlg.hxx
index 0de4d99fa3a4..16274938ecaf 100644
--- a/cui/source/inc/bbdlg.hxx
+++ b/cui/source/inc/bbdlg.hxx
@@ -41,15 +41,15 @@ class SvxBorderBackgroundDlg: public SfxTabDialog
public:
SvxBorderBackgroundDlg( Window *pParent,
const SfxItemSet& rCoreSet,
- BOOL bEnableSelector = FALSE );
+ sal_Bool bEnableSelector = sal_False );
~SvxBorderBackgroundDlg();
protected:
- virtual void PageCreated( USHORT nPageId, SfxTabPage& rTabPage );
+ virtual void PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage );
private:
- BOOL bEnableBackgroundSelector; // for Border/Background
+ sal_Bool bEnableBackgroundSelector; // for Border/Background
};