summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 11:43:35 +0200
committerNoel Grandin <noel@peralex.com>2014-02-11 12:50:43 +0200
commit08c40a2474405b160aab96cabe115d8437d68f8a (patch)
treed423154f9ad8e44302f8ed7ae62b5d7d3013a71f /sd/source/ui/view/drviews2.cxx
parent785c4f10b87ab47b853abf947dfb21117d55cca1 (diff)
sal_Bool->bool
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r--sd/source/ui/view/drviews2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index dcf283925c11..679471c96c47 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1526,7 +1526,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
ResetActualLayer();
- GetDoc()->SetChanged(sal_True);
+ GetDoc()->SetChanged(true);
GetViewFrame()->GetDispatcher()->Execute(SID_SWITCHLAYER,
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD);