summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-19 13:12:56 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:08 +0200
commitcafdef8109f11435542f41d336f44771b6ced02e (patch)
treed5fc7656ae5d0fec3f468e4768b5aefecaf6bd6f /sfx2
parent9f12e4a351cdaf7d22bf1699914cd58e3642e808 (diff)
svtools: sal_Bool->bool
Change-Id: I56072620f9ea28833e1590a7fff7d71ed11fc34c
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/shell.cxx2
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 );
}
}