summaryrefslogtreecommitdiff
path: root/include/svx/relfld.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-01 21:18:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-02 21:40:36 +0100
commit69ccba90135f4dfc22d4cb823e10cf4794ddaa04 (patch)
treeedb24a189f9b0555a97c95fbd72acf73fed6a8aa /include/svx/relfld.hxx
parent075e365e20a75dd12c29b0b094fea986f3e1231a (diff)
rename RelativeField back to SvxRelativeField
Change-Id: Iadac47f83aae0f7403f3391e3dd45bef52ad347a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87832 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/relfld.hxx')
-rw-r--r--include/svx/relfld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx
index 1a4e6a5201f8..58301c2a484f 100644
--- a/include/svx/relfld.hxx
+++ b/include/svx/relfld.hxx
@@ -24,7 +24,7 @@
#include <vcl/weld.hxx>
#include <svx/svxdllapi.h>
-class SVX_DLLPUBLIC RelativeField
+class SVX_DLLPUBLIC SvxRelativeField
{
private:
std::unique_ptr<weld::MetricSpinButton> m_xSpinButton;
@@ -38,7 +38,7 @@ private:
DECL_LINK(ModifyHdl, weld::Entry&, void);
public:
- RelativeField(std::unique_ptr<weld::MetricSpinButton> pControl);
+ SvxRelativeField(std::unique_ptr<weld::MetricSpinButton> pControl);
void EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax );
void SetRelative( bool bRelative );