summaryrefslogtreecommitdiff
path: root/svl/source/items/poolio.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-25 15:00:54 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-26 09:28:38 +0900
commit9d97a2af7cd4d51fbf4dc3027f82cb6c7fc8328d (patch)
treebf87fbc10acafa39f0bcac587de4a6d10eaf7fdd /svl/source/items/poolio.cxx
parent52b618e196f25c9b4c8a20064e2c97e6d5c82368 (diff)
sal_Bool to bool
Change-Id: I7dcb2dcef78c67d90ff2dea58c1374bd17ac58af
Diffstat (limited to 'svl/source/items/poolio.cxx')
-rw-r--r--svl/source/items/poolio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index 76ce00819a6d..e0bed0a56ef3 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -1544,7 +1544,7 @@ const SfxPoolItem* SfxItemPool::LoadItem( SvStream &rStream, bool bDirect,
sal_uInt16 nWhich(0), nSlot(0); // nSurrogate;
rStream >> nWhich >> nSlot;
- sal_Bool bDontPut = (SfxItemPool*)-1 == pRefPool;
+ bool bDontPut = (SfxItemPool*)-1 == pRefPool;
if ( bDontPut || !pRefPool )
pRefPool = this;