summaryrefslogtreecommitdiff
path: root/include/svx/dialcontrol.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-23 21:51:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-30 13:16:35 +0100
commitbda40b7eaaee5c8687b01f6805352630ac231de4 (patch)
treebf5d35ef51ea5a6d1fd1dbd72547ab697880b98c /include/svx/dialcontrol.hxx
parentdf61a5e277074e016ceaecb2297bb307a5e71819 (diff)
rename SvxDialControl back to DialControl
Change-Id: I4dcf12b6eccf18a0659c5d5f9cd58bd104c4dc6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85770 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/dialcontrol.hxx')
-rw-r--r--include/svx/dialcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index b17b39cf5615..a67d522dff61 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -66,13 +66,13 @@ private:
state of the control.
It is possible to link a numeric field to this control using the function
- SetLinkedField(). The SvxDialControl will take full control of this numeric
+ SetLinkedField(). The DialControl will take full control of this numeric
field:
- Sets the rotation angle to the numeric field in mouse operations.
- Shows the value entered/modified in the numeric field.
- Enables/disables/shows/hides the field according to own state changes.
*/
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxDialControl final : public weld::CustomWidgetController
+class SAL_WARN_UNUSED SVX_DLLPUBLIC DialControl final : public weld::CustomWidgetController
{
public:
virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override;