diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-07 10:56:27 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-07 10:57:55 +0900 |
commit | eb020150e174335a9956f5259ddced0026163373 (patch) | |
tree | 31bbc7980ae901f5a7fc763abaae32352f1a0c8f /sw/inc/section.hxx | |
parent | b31416123ba8c073b707cb500806f0efb5a018b0 (diff) |
sal_Bool to bool
Change-Id: Ia1001ff0f4778bdf5e22bf2800f533dfba80c048
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r-- | sw/inc/section.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index e095d6f8bcc0..252d00c396ae 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.hxx @@ -323,7 +323,7 @@ public: virtual void MakeFrms(); // Get information from Format. - virtual sal_Bool GetInfo( SfxPoolItem& ) const; + virtual bool GetInfo( SfxPoolItem& ) const; SwSection* GetSection() const; inline SwSectionFmt* GetParent() const; |