summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuconuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fuconuno.hxx')
-rw-r--r--sd/source/ui/inc/fuconuno.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/source/ui/inc/fuconuno.hxx b/sd/source/ui/inc/fuconuno.hxx
index 6c7a2862721a..fa337df75d71 100644
--- a/sd/source/ui/inc/fuconuno.hxx
+++ b/sd/source/ui/inc/fuconuno.hxx
@@ -30,7 +30,7 @@ namespace sd {
/**
* draw control
*/
-class FuConstructUnoControl
+class FuConstructUnoControl final
: public FuConstruct
{
public:
@@ -47,7 +47,7 @@ public:
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const ::tools::Rectangle& rRectangle) override;
-protected:
+private:
FuConstructUnoControl(
ViewShell* pViewSh,
::sd::Window* pWin,
@@ -55,9 +55,7 @@ protected:
SdDrawDocument* pDoc,
SfxRequest& rReq);
- OUString aOldLayer;
-
-private:
+ OUString aOldLayer;
SdrInventor nInventor;
sal_uInt16 nIdentifier;
};