summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-13 20:27:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-14 15:02:41 +0200
commitc3c02d012006f38519a4eeb64f306d7f3a4edbaa (patch)
tree53a3df58275df6ee5bd1943792dc985de7a4e614 /include
parent5487df9cf7c9d14de9b855f178b5d1194b4ae869 (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 'include')
-rw-r--r--include/svx/dialcontrol.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index ae3205d3b8c1..f5c1769d9811 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -179,6 +179,8 @@ public:
sal_Int32 GetRotation() const;
/** Sets the rotation to the passed value (in 1/100 degrees). */
void SetRotation( sal_Int32 nAngle );
+ /** Returns true, if the control is not in "don't care" state. */
+ bool HasRotation() const;
/** Sets the control to "don't care" state. */
void SetNoRotation();