From 63fd137cd54fb6df0c812a97d962239b8d0996a0 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 10 Feb 2016 17:04:56 +1100 Subject: svx: updated comment function signature return types Change-Id: I4ebe95660b18fae2339876866cd95c7ca752e63d --- include/svx/svdview.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx index eb2b653606ea..614fe1fecc6f 100644 --- a/include/svx/svdview.hxx +++ b/include/svx/svdview.hxx @@ -265,11 +265,11 @@ public: // ~~~~~~~~~~~~~~~~~~~~ // simple events: // ~~~~~~~~~~~~~~~~ -// sal_Bool KeyInput(const KeyEvent& rKEvt, vcl::Window* pWin); -// sal_Bool MouseButtonDown(const MouseEvent& rMEvt, vcl::Window* pWin); -// sal_Bool MouseButtonUp(const MouseEvent& rMEvt, vcl::Window* pWin); -// sal_Bool MouseMove(const MouseEvent& rMEvt, vcl::Window* pWin); -// sal_Bool Command(const CommandEvent& rCEvt, vcl::Window* pWin); +// bool KeyInput(const KeyEvent& rKEvt, vcl::Window* pWin); +// bool MouseButtonDown(const MouseEvent& rMEvt, vcl::Window* pWin); +// bool MouseButtonUp(const MouseEvent& rMEvt, vcl::Window* pWin); +// bool MouseMove(const MouseEvent& rMEvt, vcl::Window* pWin); +// bool Command(const CommandEvent& rCEvt, vcl::Window* pWin); // // Exchange (Clipboard derzeit noch ohne SdrPrivateData): // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit