diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-06-30 14:05:47 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-30 17:55:34 +0000 |
commit | 1a4da5839546fd2a1d446a5eeb459ed981e873f3 (patch) | |
tree | ba344ea0c00fc402dd164998ce386676163977e0 /include | |
parent | 14e31d6cf4c4ba8a28b932c77994bc905686dba5 (diff) |
Rename GetFoucsPosIndex() to GetFocusPosIndex()
Change-Id: Ic05d69976d053037c9d02cf5f8b843c6b590000c
Reviewed-on: https://gerrit.libreoffice.org/26803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 1478b6498639..73d05b158136 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -222,7 +222,7 @@ public: long PointToIndex(const Point &pt) const; Point IndexToPoint(long nIndex) const ; - long GetFoucsPosIndex() const ; + long GetFocusPosIndex() const ; //Keyboard function for key input and focus handling function virtual void KeyInput( const KeyEvent& rKEvt ) override; virtual void GetFocus() override; |