diff options
Diffstat (limited to 'sc/source/ui/view/tabvwshc.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index f4701c7217ec..20c0ab12c4e1 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -135,7 +135,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog( SfxModelessDialog* pResult = 0; if(pCW) - pCW->SetHideNotDelete(sal_True); + pCW->SetHideNotDelete(true); ScDocument* pDoc = GetViewData()->GetDocument(); |