diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-19 13:12:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-24 08:12:08 +0200 |
commit | cafdef8109f11435542f41d336f44771b6ced02e (patch) | |
tree | d5fc7656ae5d0fec3f468e4768b5aefecaf6bd6f /sfx2 | |
parent | 9f12e4a351cdaf7d22bf1699914cd58e3642e808 (diff) |
svtools: sal_Bool->bool
Change-Id: I56072620f9ea28833e1590a7fff7d71ed11fc34c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/shell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index f77261b4a5f8..4f8248d1cba8 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -1142,7 +1142,7 @@ void SfxShell::UIFeatureChanged() pImp->pUpdater = new svtools::AsynchronLink( Link( this, DispatcherUpdate_Impl ) ); // Multiple views allowed - pImp->pUpdater->Call( pFrame->GetDispatcher(), sal_True ); + pImp->pUpdater->Call( pFrame->GetDispatcher(), true ); } } |