diff options
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/svxrectctaccessiblecontext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx index f9dcc099258d..25a28165c5b7 100644 --- a/svx/source/inc/svxrectctaccessiblecontext.hxx +++ b/svx/source/inc/svxrectctaccessiblecontext.hxx @@ -225,8 +225,8 @@ public: @param eButton Button which belongs to the child which should be selected. */ - void selectChild( RECT_POINT ePoint ); - void FireChildFocus( RECT_POINT eButton ); + void selectChild( RectPoint ePoint ); + void FireChildFocus( RectPoint eButton ); protected: |