diff options
Diffstat (limited to 'sw/inc/paratr.hxx')
-rw-r--r-- | sw/inc/paratr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx index f03b39bc6da1..2035d897b6de 100644 --- a/sw/inc/paratr.hxx +++ b/sw/inc/paratr.hxx @@ -99,7 +99,7 @@ public: inline SwCharFmt *GetCharFmt() { return (SwCharFmt*)GetRegisteredIn(); } void SetCharFmt( SwCharFmt *pNew ); /// Get information from Client. - virtual sal_Bool GetInfo( SfxPoolItem& ) const; + virtual bool GetInfo( SfxPoolItem& ) const; /// Get and set Modify pointer. inline const SwModify* GetDefinedIn() const { return pDefinedIn; } |