summaryrefslogtreecommitdiffstats
path: root/include/editeng/unoedprx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:28:50 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:08 +0200
commita79f1097eed72fcc5a9edc64f31b17ee29558fc3 (patch)
tree4095e2ce2ed5d0dcd9134856e85387476b8401e6 /include/editeng/unoedprx.hxx
parentsal_Bool->bool (diff)
downloadcore-a79f1097eed72fcc5a9edc64f31b17ee29558fc3.tar.gz
core-a79f1097eed72fcc5a9edc64f31b17ee29558fc3.zip
sal_Bool->bool
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
Diffstat (limited to 'include/editeng/unoedprx.hxx')
-rw-r--r--include/editeng/unoedprx.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index c2b877c25889..94a43757c4e3 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -145,9 +145,9 @@ public:
virtual SvxEditSource* Clone() const;
virtual SvxTextForwarder* GetTextForwarder();
SvxAccessibleTextAdapter* GetTextForwarderAdapter(); // covariant return types don't work on MSVC
- virtual SvxViewForwarder* GetViewForwarder();
- virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool bCreate = sal_False );
- SvxAccessibleTextEditViewAdapter* GetEditViewForwarderAdapter( sal_Bool bCreate = sal_False ); // covariant return types don't work on MSVC
+ virtual SvxViewForwarder* GetViewForwarder();
+ virtual SvxEditViewForwarder* GetEditViewForwarder( bool bCreate = false ) SAL_OVERRIDE;
+ SvxAccessibleTextEditViewAdapter* GetEditViewForwarderAdapter( sal_Bool bCreate = sal_False ); // covariant return types don't work on MSVC
virtual void UpdateData();
virtual SfxBroadcaster& GetBroadcaster() const;