diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-22 11:31:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-22 11:39:21 +0100 |
commit | 7cb3e55bf03c49608e2b54b5d90eddd423a0f891 (patch) | |
tree | ebf890a12be682f3f39dc4c7973b3288fad161f9 /sw/source/ui/app/swmodul1.cxx | |
parent | 747ba6295d22c2e65be984cd750f240dc106482b (diff) |
bool improvements
Change-Id: Ib65a1e987ad6511e90fd66a36c0105593a1df27c
Diffstat (limited to 'sw/source/ui/app/swmodul1.cxx')
-rw-r--r-- | sw/source/ui/app/swmodul1.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/swmodul1.cxx b/sw/source/ui/app/swmodul1.cxx index dfaf2892d369..73fe0a1beb80 100644 --- a/sw/source/ui/app/swmodul1.cxx +++ b/sw/source/ui/app/swmodul1.cxx @@ -207,7 +207,7 @@ void SwModule::ApplyUsrPref(const SwViewOption &rUsrPref, SwView* pActView, pPref->SetIdle(sal_True); } -void SwModule::ApplyUserMetric( FieldUnit eMetric, sal_Bool bWeb ) +void SwModule::ApplyUserMetric( FieldUnit eMetric, bool bWeb ) { SwMasterUsrPref* pPref; if(bWeb) @@ -243,7 +243,7 @@ void SwModule::ApplyUserMetric( FieldUnit eMetric, sal_Bool bWeb ) } } -void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb ) +void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, bool bWeb ) { SwMasterUsrPref* pPref; if(bWeb) @@ -279,7 +279,7 @@ void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bo } //set the usrpref 's char unit attribute and set rulers unit as char if the "apply char unit" is checked -void SwModule::ApplyUserCharUnit(sal_Bool bApplyChar, sal_Bool bWeb) +void SwModule::ApplyUserCharUnit(sal_Bool bApplyChar, bool bWeb) { SwMasterUsrPref* pPref; if(bWeb) |