diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 14:28:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 09:01:08 +0200 |
commit | a79f1097eed72fcc5a9edc64f31b17ee29558fc3 (patch) | |
tree | 4095e2ce2ed5d0dcd9134856e85387476b8401e6 /include/svx | |
parent | 3876dcbf859811d618e6fd30b755d03798ef2ff9 (diff) |
sal_Bool->bool
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unoshtxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unoshtxt.hxx b/include/svx/unoshtxt.hxx index 88972bd193c9..fd30b64a7a10 100644 --- a/include/svx/unoshtxt.hxx +++ b/include/svx/unoshtxt.hxx @@ -57,8 +57,8 @@ public: virtual SvxEditSource* Clone() const; virtual SvxTextForwarder* GetTextForwarder(); - virtual SvxViewForwarder* GetViewForwarder(); - virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool bCreate = sal_False ); + virtual SvxViewForwarder* GetViewForwarder(); + virtual SvxEditViewForwarder* GetEditViewForwarder( bool bCreate = false ) SAL_OVERRIDE; virtual void UpdateData(); virtual void addRange( SvxUnoTextRangeBase* pNewRange ); |