summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/editsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-17 14:23:10 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:07:59 +0200
commitb9582903ed521f87faf27c40a51e14f48a5e2443 (patch)
tree0e29270c77fd2d2477a7d0d52a87541770f0c8e2 /sc/source/ui/view/editsh.cxx
parent3e9b6b86ec3f0026f164e2a7325840d2671885a5 (diff)
sal_Bool->bool
Change-Id: Ifc854ea58b04c21584b8eb9c00299c8e27f81a1f
Diffstat (limited to 'sc/source/ui/view/editsh.cxx')
-rw-r--r--sc/source/ui/view/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx
index 67d18419cf8e..f497fb42adbb 100644
--- a/sc/source/ui/view/editsh.cxx
+++ b/sc/source/ui/view/editsh.cxx
@@ -92,7 +92,7 @@ ScEditShell::ScEditShell(EditView* pView, ScViewData* pData) :
pViewData (pData),
pClipEvtLstnr (NULL),
bPastePossible (false),
- bIsInsertMode (sal_True)
+ bIsInsertMode (true)
{
SetPool( pEditView->GetEditEngine()->GetEmptyItemSet().GetPool() );
SetUndoManager( &pEditView->GetEditEngine()->GetUndoManager() );