diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 11:43:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-11 12:50:43 +0200 |
commit | 08c40a2474405b160aab96cabe115d8437d68f8a (patch) | |
tree | d423154f9ad8e44302f8ed7ae62b5d7d3013a71f /sd/source/ui/func/fusldlg.cxx | |
parent | 785c4f10b87ab47b853abf947dfb21117d55cca1 (diff) |
sal_Bool->bool
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
Diffstat (limited to 'sd/source/ui/func/fusldlg.cxx')
-rw-r--r-- | sd/source/ui/func/fusldlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index b7fd1fc77d51..64a028a238b3 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -224,7 +224,7 @@ void FuSlideShowDlg::DoExecute( SfxRequest& ) // is something has changed, we set the modified flag if ( bValuesChanged ) - mpDoc->SetChanged( sal_True ); + mpDoc->SetChanged( true ); } delete pDlg; } |