diff options
author | Abdulaziz A Alayed <aalayed@kacst.edu.sa> | 2013-09-18 13:18:32 +0300 |
---|---|---|
committer | Abdulaziz A Alayed <aalayed@kacst.edu.sa> | 2013-09-18 13:37:54 +0300 |
commit | d86a72b64f208fe55f302d9fd8a7f578a4275bb8 (patch) | |
tree | 94068463ef70a71006b3d055391c74c5ad7af5c6 /include/svtools | |
parent | 8312c88dd59baf5e7fa88f15abf7f91e8d33defc (diff) |
fdo#69280 fixing comments toggle button position when local
set to RTL language
Change-Id: I0c133e3bbb6801f56e9ac0f508961bfa07a19523
Conflicts:
svtools/source/control/ruler.cxx
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ruler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx index 9382cb0fa2db..8f34c23be8d6 100644 --- a/include/svtools/ruler.hxx +++ b/include/svtools/ruler.hxx @@ -808,7 +808,7 @@ public: const Link& GetExtraDownHdl() const { return maExtraDownHdl; } void SetTextRTL(sal_Bool bRTL); - + bool GetTextRTL(); void SetCharWidth( long nWidth ) { mnCharWidth = nWidth ; } void SetLineHeight( long nHeight ) { mnLineHeight = nHeight ; } |