diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 12:07:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 21:32:33 +0200 |
commit | 32894034ea7b283d6c60cb77ef5d8b43a9c15d65 (patch) | |
tree | a210de631bfb7c824c8caaf71cab098358727b81 /include/editeng/editview.hxx | |
parent | 977a676a718bfa682352d023420f4026ea9d7025 (diff) |
loplugin:constparams in editeng
Change-Id: Ice32a16d14d0132a19e8209d311bb799fd7ee0c8
Reviewed-on: https://gerrit.libreoffice.org/40526
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r-- | include/editeng/editview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index bbf70718c5bc..07333c75fe93 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -160,7 +160,7 @@ public: void InsertText( const OUString& rNew, bool bSelect = false ); - bool PostKeyEvent( const KeyEvent& rKeyEvent, vcl::Window* pFrameWin = nullptr ); + bool PostKeyEvent( const KeyEvent& rKeyEvent, vcl::Window const * pFrameWin = nullptr ); bool MouseButtonUp( const MouseEvent& rMouseEvent ); bool MouseButtonDown( const MouseEvent& rMouseEvent ); @@ -217,7 +217,7 @@ public: void SetAnchorMode( EEAnchorMode eMode ); EEAnchorMode GetAnchorMode() const; - void CompleteAutoCorrect( vcl::Window* pFrameWin = nullptr ); + void CompleteAutoCorrect( vcl::Window const * pFrameWin = nullptr ); EESpellState StartSpeller( bool bMultipleDoc = false ); EESpellState StartThesaurus(); |