summaryrefslogtreecommitdiff
path: root/include/svx/svdhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdhdl.hxx')
-rw-r--r--include/svx/svdhdl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 707c1ddc5a48..461937c05969 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -382,7 +382,7 @@ public:
};
-class ImpEdgeHdl: public SdrHdl
+class ImpEdgeHdl final : public SdrHdl
{
SdrEdgeLineCode eLineCode;
@@ -427,7 +427,6 @@ public:
class SVXCORE_DLLPUBLIC SdrHdlList
{
-protected:
size_t mnFocusIndex;
SdrMarkView* pView;
std::deque<std::unique_ptr<SdrHdl>> maList;
@@ -437,7 +436,6 @@ protected:
bool bDistortShear : 1;
bool bMoveOutside : 1; // move handles outwards (for TextEdit)
-private:
SVX_DLLPRIVATE SdrHdlList(const SdrHdlList&) = delete;
SVX_DLLPRIVATE void operator=(const SdrHdlList&) = delete;