diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-26 13:25:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-27 13:45:09 +0200 |
commit | ffca95023020a24eaff4ece1d4c7bedd469bfb78 (patch) | |
tree | 301269f53d41a33798965e21197508d20633eb9b /sc | |
parent | 75ebd3bdf3ffcfd088f6dead6657b5a4244f2317 (diff) |
sfx2/childwin.hxx: sal_Bool->bool
Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
Diffstat (limited to 'sc')
-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(); |