diff options
author | Faisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa> | 2014-02-23 09:41:15 +0300 |
---|---|---|
committer | Faisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa> | 2014-02-23 09:51:10 +0300 |
commit | e5ebee7ebb8ad9fae9d50b0708dc120c1d2eb32c (patch) | |
tree | 859caa42b537bd50359c6fba3e660c56069e9fb4 /include/svx | |
parent | 18ab4793d96a4e33c3a11fe3b1dda52f217c6c16 (diff) |
fdo#74751: fix reverse base point diagram on RTL UI
Change-Id: I3f3f2d59952577b0533a9d8ef6d27af849bd6bdb
Diffstat (limited to 'include/svx')
-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 6d18ea46083b..38c0efd4cd99 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -89,7 +89,7 @@ protected: sal_Bool mbCompleteDisable; - RECT_POINT GetRPFromPoint( Point ) const; + RECT_POINT GetRPFromPoint( Point, bool bRTL = false ) const; Point GetPointFromRP( RECT_POINT ) const; void SetFocusRect( const Rectangle* pRect = NULL ); // pRect == NULL -> calculate rectangle in method Point SetActualRPWithoutInvalidate( RECT_POINT eNewRP ); // returns the last point |