summaryrefslogtreecommitdiff
path: root/include/editeng/unoviwou.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 09:47:38 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:36 +0200
commit0786a72308f7c3a47e052b00616f28ab03bc6b32 (patch)
treec6c027ed60dc464f429d05f017504e4176ec0460 /include/editeng/unoviwou.hxx
parentf27e5ecfba4b688af6bcdd9933735f85c59b7401 (diff)
editeng: sal_Bool->bool
this had to be done in conjunction with changing include/svx/unoshtxt.hxx because there are two virtual methods "bool IsValid" in two different base classes and some subclasses are overriding both base-class methods at once. Change-Id: Ib43fc5000b443057caaa513b4efeaa6fd16e4260
Diffstat (limited to 'include/editeng/unoviwou.hxx')
-rw-r--r--include/editeng/unoviwou.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoviwou.hxx b/include/editeng/unoviwou.hxx
index ff3e8dec86e8..3c6ebe927d1c 100644
--- a/include/editeng/unoviwou.hxx
+++ b/include/editeng/unoviwou.hxx
@@ -39,7 +39,7 @@ public:
SvxDrawOutlinerViewForwarder( OutlinerView& rOutl, const Point& rShapePosTopLeft );
virtual ~SvxDrawOutlinerViewForwarder();
- virtual sal_Bool IsValid() const;
+ virtual bool IsValid() const;
virtual Rectangle GetVisArea() const;
virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const;