summaryrefslogtreecommitdiff
path: root/sw/source/core/para
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-07 10:56:27 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-07 10:57:55 +0900
commiteb020150e174335a9956f5259ddced0026163373 (patch)
tree31bbc7980ae901f5a7fc763abaae32352f1a0c8f /sw/source/core/para
parentb31416123ba8c073b707cb500806f0efb5a018b0 (diff)
sal_Bool to bool
Change-Id: Ia1001ff0f4778bdf5e22bf2800f533dfba80c048
Diffstat (limited to 'sw/source/core/para')
-rw-r--r--sw/source/core/para/paratr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx
index 2b8138d7fec6..dc07e9fcebcf 100644
--- a/sw/source/core/para/paratr.cxx
+++ b/sw/source/core/para/paratr.cxx
@@ -126,9 +126,9 @@ void SwFmtDrop::Modify( const SfxPoolItem*, const SfxPoolItem * )
}
}
-sal_Bool SwFmtDrop::GetInfo( SfxPoolItem& ) const
+bool SwFmtDrop::GetInfo( SfxPoolItem& ) const
{
- return sal_True; // weiter
+ return true; // weiter
}
int SwFmtDrop::operator==( const SfxPoolItem& rAttr ) const