summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mailmodel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-14 14:43:53 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:26:05 +0200
commit399724aba4b7297a262a775d000ddf4534e38b6c (patch)
tree6d45b2e8e0f597e36f89454db6948740462b4520 /sfx2/source/dialog/mailmodel.cxx
parent96ef76c1b75332e4b8379276e396ea623153644d (diff)
sfx2: sal_Bool->bool
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
Diffstat (limited to 'sfx2/source/dialog/mailmodel.cxx')
-rw-r--r--sfx2/source/dialog/mailmodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/mailmodel.cxx b/sfx2/source/dialog/mailmodel.cxx
index 982b4eb8ffbe..bdc1f7d68956 100644
--- a/sfx2/source/dialog/mailmodel.cxx
+++ b/sfx2/source/dialog/mailmodel.cxx
@@ -276,7 +276,7 @@ SfxMailModel::SaveResult SfxMailModel::ShowFilterOptionsDialog(
return eRet;
}
-sal_Bool SfxMailModel::IsEmpty() const
+bool SfxMailModel::IsEmpty() const
{
return maAttachedDocuments.empty();
}
@@ -684,7 +684,7 @@ SfxMailModel::SfxMailModel() :
mpCcList ( NULL ),
mpBccList ( NULL ),
mePriority ( PRIO_NORMAL ),
- mbLoadDone ( sal_True )
+ mbLoadDone ( true )
{
}
@@ -920,7 +920,7 @@ SfxMailModel::SendMailResult SfxMailModel::SaveAndSend( const css::uno::Referenc
// functions -------------------------------------------------------------
-sal_Bool CreateFromAddress_Impl( OUString& rFrom )
+bool CreateFromAddress_Impl( OUString& rFrom )
/* [Description]