From bda40b7eaaee5c8687b01f6805352630ac231de4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 23 Dec 2019 21:51:34 +0000 Subject: rename SvxDialControl back to DialControl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4dcf12b6eccf18a0659c5d5f9cd58bd104c4dc6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85770 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/transfrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/transfrm.hxx') diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx index 973ff69dbddb..c83f0bf60030 100644 --- a/cui/source/inc/transfrm.hxx +++ b/cui/source/inc/transfrm.hxx @@ -174,7 +174,7 @@ private: MapUnit ePoolUnit; FieldUnit eDlgUnit; - svx::SvxDialControl m_aCtlAngle; + svx::DialControl m_aCtlAngle; SvxRectCtl m_aCtlRect; std::unique_ptr m_xFlPosition; -- cgit