summaryrefslogtreecommitdiff
path: root/include/svx/unoshtxt.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/svx/unoshtxt.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/svx/unoshtxt.hxx')
-rw-r--r--include/svx/unoshtxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshtxt.hxx b/include/svx/unoshtxt.hxx
index fd30b64a7a10..09dee0d33627 100644
--- a/include/svx/unoshtxt.hxx
+++ b/include/svx/unoshtxt.hxx
@@ -71,7 +71,7 @@ public:
void unlock();
// the SvxViewForwarder interface
- virtual sal_Bool IsValid() const;
+ virtual bool IsValid() const;
virtual Rectangle GetVisArea() const;
virtual Point LogicToPixel( const Point&, const MapMode& ) const;
virtual Point PixelToLogic( const Point&, const MapMode& ) const;