summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 10:22:49 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:34 +0200
commit5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (patch)
tree4c141983d092ef097c09187abb634f2e4a717452 /sfx2/source/doc/sfxbasemodel.cxx
parentc2324940d384186ff02581e49a24ea8235cd584c (diff)
sfx2: sal_Bool->bool
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 26dc24dae2c6..dd8da00f4e4d 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -3100,7 +3100,7 @@ void SfxBaseModel::impl_store( const OUString& sURL
task::ErrorCodeRequest aErrorCode;
aErrorCode.ErrCode = nErrCode;
- SfxMedium::CallApproveHandler( xHandler, makeAny( aErrorCode ), sal_False );
+ SfxMedium::CallApproveHandler( xHandler, makeAny( aErrorCode ), false );
}
}
@@ -3747,7 +3747,7 @@ void SAL_CALL SfxBaseModel::loadFromStorage( const Reference< embed::XStorage >&
pMedium->GetItemSet()->Put( aSet );
// allow to use an interactionhandler (if there is one)
- pMedium->UseInteractionHandler( sal_True );
+ pMedium->UseInteractionHandler( true );
SFX_ITEMSET_ARG( &aSet, pTemplateItem, SfxBoolItem, SID_TEMPLATE, false);
sal_Bool bTemplate = pTemplateItem && pTemplateItem->GetValue();
@@ -3807,7 +3807,7 @@ void SAL_CALL SfxBaseModel::storeToStorage( const Reference< embed::XStorage >&
// BaseURL is part of the ItemSet
SfxMedium aMedium( xStorage, OUString(), &aSet );
- aMedium.CanDisposeStorage_Impl( sal_False );
+ aMedium.CanDisposeStorage_Impl( false );
if ( aMedium.GetFilter() )
{
// storing without a valid filter will often crash