summaryrefslogtreecommitdiff
path: root/include/editeng/unoedprx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 14:27:20 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:37 +0200
commit0f60ab5ebf5ab7a7e4bd92cd8a34e86f27474131 (patch)
treeb7789e867917d1bb6d29e36d895658791482ff1a /include/editeng/unoedprx.hxx
parent074a2af8bc26d5d1ba3ef01016df7d6d122cfb9f (diff)
editeng: sal_Bool->bool
Change-Id: I4fc276e320294d57eb667b6db8e5eff078bc28b3
Diffstat (limited to 'include/editeng/unoedprx.hxx')
-rw-r--r--include/editeng/unoedprx.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index e716dc92c952..5fe0f6f8a609 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -123,11 +123,11 @@ public:
virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const;
// SvxEditViewForwarder interface
- virtual sal_Bool GetSelection( ESelection& rSelection ) const;
- virtual sal_Bool SetSelection( const ESelection& rSelection );
- virtual sal_Bool Copy();
- virtual sal_Bool Cut();
- virtual sal_Bool Paste();
+ virtual bool GetSelection( ESelection& rSelection ) const;
+ virtual bool SetSelection( const ESelection& rSelection );
+ virtual bool Copy();
+ virtual bool Cut();
+ virtual bool Paste();
void SetForwarder( SvxEditViewForwarder&, SvxAccessibleTextAdapter& );