diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-13 20:27:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 15:02:41 +0200 |
commit | c3c02d012006f38519a4eeb64f306d7f3a4edbaa (patch) | |
tree | 53a3df58275df6ee5bd1943792dc985de7a4e614 /svx | |
parent | 5487df9cf7c9d14de9b855f178b5d1194b4ae869 (diff) |
weld SchAxisLabelTabPage
Change-Id: I499162c6c2327a6c0d635382defea7e0bae068cd
Reviewed-on: https://gerrit.libreoffice.org/61747
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/dialcontrol.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 73674cb5c66e..59b5d60a0f55 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -621,6 +621,11 @@ void SvxDialControl::LoseFocus() HandleEscapeEvent(); } +bool SvxDialControl::HasRotation() const +{ + return !mpImpl->mbNoRot; +} + void SvxDialControl::SetNoRotation() { if( !mpImpl->mbNoRot ) |