diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-01 14:31:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 21:39:58 +0100 |
commit | 075e365e20a75dd12c29b0b094fea986f3e1231a (patch) | |
tree | 07fc29345cbfbb2f4e7fe81a75840791f4435d15 /include | |
parent | 61fd0e0c27494fdda61e9e06490c50ef1147c1bd (diff) |
SvxRelativeField is newly unused
Change-Id: Iaeb72e9aa7276736632a66f1eb75277a696e91e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87831
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/relfld.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx index 7aa6b88d7c5b..1a4e6a5201f8 100644 --- a/include/svx/relfld.hxx +++ b/include/svx/relfld.hxx @@ -21,16 +21,9 @@ #include <tools/fldunit.hxx> #include <svtools/unitconv.hxx> -#include <vcl/field.hxx> #include <vcl/weld.hxx> #include <svx/svxdllapi.h> -class SAL_DLLPUBLIC_RTTI SvxRelativeField final : public MetricField -{ -public: - SvxRelativeField(vcl::Window* pParent, WinBits nBits, FieldUnit eUnit); -}; - class SVX_DLLPUBLIC RelativeField { private: |