summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/LayerTabBar.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/dlg/LayerTabBar.cxx
parent785c4f10b87ab47b853abf947dfb21117d55cca1 (diff)
sal_Bool->bool
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
Diffstat (limited to 'sd/source/ui/dlg/LayerTabBar.cxx')
-rw-r--r--sd/source/ui/dlg/LayerTabBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx
index 36c53ef424bf..5877251bbfbc 100644
--- a/sd/source/ui/dlg/LayerTabBar.cxx
+++ b/sd/source/ui/dlg/LayerTabBar.cxx
@@ -288,7 +288,7 @@ void LayerTabBar::EndRenaming()
// the View then already has to know the Layer
pView->SetActiveLayer(aNewName);
pLayer->SetName(aNewName);
- rDoc.SetChanged(sal_True);
+ rDoc.SetChanged(true);
}
}
}