summaryrefslogtreecommitdiff
path: root/include/svx/svdcrtv.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-01 11:32:26 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:48 +0200
commit728f60365cbdb96e75796677fca591e9445898c9 (patch)
tree2237786f83e50e6d80a8b7e65c454ee2e1f095c1 /include/svx/svdcrtv.hxx
parent8d6a99f67edc3be61f1294f963c3bbbd2b7344f6 (diff)
svx: sal_Bool->boo
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
Diffstat (limited to 'include/svx/svdcrtv.hxx')
-rw-r--r--include/svx/svdcrtv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index f2679a47f804..64130cd3b954 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -82,7 +82,7 @@ public:
virtual void BrkAction() SAL_OVERRIDE;
virtual void TakeActionRect(Rectangle& rRect) const SAL_OVERRIDE;
- virtual sal_Bool MouseMove(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
+ virtual bool MouseMove(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
void SetMeasureLayer(const OUString& rName) { aMeasureLayer=rName; }
const OUString& GetMeasureLayer() const { return aMeasureLayer; }