diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-10 17:04:56 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-10 21:03:34 +1100 |
commit | 63fd137cd54fb6df0c812a97d962239b8d0996a0 (patch) | |
tree | cc63e7ed147414a8505e2a414ace151fa35f3e22 /include/svx/svdview.hxx | |
parent | 3ff9dd6ff36f21d9bea1851cea05a4ed4228722d (diff) |
svx: updated comment function signature return types
Change-Id: I4ebe95660b18fae2339876866cd95c7ca752e63d
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r-- | include/svx/svdview.hxx | 10 |
1 files 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): // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |