summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdlayer.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-04 12:25:07 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-04 13:11:02 +0900
commit690b40af2d1e38e8a836b4c64b3fa3082fbac536 (patch)
treecbdfaae7cc86cc2266b7b1fb17fbbe5ab047a265 /svx/source/svdraw/svdlayer.cxx
parenta123975e4bfcad4f18fa4b336def8e4b8e8577b4 (diff)
sal_Bool to bool
Change-Id: I4f8a592404272f3ba2602aa1ef42d399d7faae78
Diffstat (limited to 'svx/source/svdraw/svdlayer.cxx')
-rw-r--r--svx/source/svdraw/svdlayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdlayer.cxx b/svx/source/svdraw/svdlayer.cxx
index 8bb9773c08e0..bd6d3445cb0b 100644
--- a/svx/source/svdraw/svdlayer.cxx
+++ b/svx/source/svdraw/svdlayer.cxx
@@ -323,7 +323,7 @@ const SdrLayer* SdrLayerAdmin::GetLayerPerID(sal_uInt16 nID) const
SdrLayerID SdrLayerAdmin::GetUniqueLayerID() const
{
SetOfByte aSet;
- sal_Bool bDown = (pParent == NULL);
+ bool bDown = (pParent == NULL);
sal_uInt16 j;
for (j=0; j<GetLayerCount(); j++)
{