summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-05 07:57:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-07 19:06:00 -0500
commit6ed0bcdd5bc07692fc81406942509eb9c30d3904 (patch)
treeb49fff01a6291992327ebefedc30f7ccaf96a990 /cui/source/inc/page.hxx
parent#i114425# fix a possible dangling reference (diff)
downloadcore-6ed0bcdd5bc07692fc81406942509eb9c30d3904.tar.gz
core-6ed0bcdd5bc07692fc81406942509eb9c30d3904.zip
FASTBOOL to bool conversion
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 9931d2d2cff1..e6f3d9b3312f 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.hxx
@@ -166,7 +166,7 @@ class SvxPageDescPage : public SfxTabPage
Size aMaxSize;
BOOL bLandscape;
- FASTBOOL bBorderModified;
+ bool bBorderModified;
SvxModeType eMode;
Paper ePaperStart;
Paper ePaperEnd;
@@ -178,7 +178,7 @@ class SvxPageDescPage : public SfxTabPage
DECL_LINK( LayoutHdl_Impl, ListBox* );
DECL_LINK( PaperBinHdl_Impl, ListBox* );
DECL_LINK( SwapOrientation_Impl, RadioButton* );
- void SwapFirstValues_Impl( FASTBOOL bSet );
+ void SwapFirstValues_Impl( bool bSet );
DECL_LINK( BorderModify_Impl, MetricField* );
void InitHeadFoot_Impl( const SfxItemSet& rSet );
DECL_LINK( CenterHdl_Impl, CheckBox* );