summaryrefslogtreecommitdiff
path: root/include/svx/svdview.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/svdview.hxx
parent8d6a99f67edc3be61f1294f963c3bbbd2b7344f6 (diff)
svx: sal_Bool->boo
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 02f3d5495461..a237bc23f8cb 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -194,11 +194,11 @@ public:
void SetMasterPagePaintCaching(bool bOn);
bool IsMasterPagePaintCaching() const { return mbMasterPagePaintCaching; }
- sal_Bool KeyInput(const KeyEvent& rKEvt, Window* pWin) SAL_OVERRIDE;
- virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
- virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
- virtual sal_Bool MouseMove(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
- virtual sal_Bool Command(const CommandEvent& rCEvt, Window* pWin) SAL_OVERRIDE;
+ bool KeyInput(const KeyEvent& rKEvt, Window* pWin) SAL_OVERRIDE;
+ virtual bool MouseButtonDown(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
+ virtual bool MouseButtonUp(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
+ virtual bool MouseMove(const MouseEvent& rMEvt, Window* pWin) SAL_OVERRIDE;
+ virtual bool Command(const CommandEvent& rCEvt, Window* pWin) SAL_OVERRIDE;
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ) SAL_OVERRIDE;