diff options
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 6 | ||||
-rw-r--r-- | sd/source/ui/inc/GraphicDocShell.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/smarttag.hxx | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 4f942f2cd62a..61b491565170 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -61,18 +61,18 @@ public: DrawDocShell ( SfxObjectCreateMode eMode, bool bSdDataObj, - DocumentType=DocumentType::Impress); + DocumentType); DrawDocShell ( SfxModelFlags nModelCreationFlags, bool bSdDataObj, - DocumentType=DocumentType::Impress); + DocumentType); DrawDocShell ( SdDrawDocument* pDoc, SfxObjectCreateMode eMode, bool bSdDataObj, - DocumentType=DocumentType::Impress); + DocumentType); virtual ~DrawDocShell() override; void UpdateRefDevice(); diff --git a/sd/source/ui/inc/GraphicDocShell.hxx b/sd/source/ui/inc/GraphicDocShell.hxx index a51d95ef5eee..51130fafa563 100644 --- a/sd/source/ui/inc/GraphicDocShell.hxx +++ b/sd/source/ui/inc/GraphicDocShell.hxx @@ -48,12 +48,12 @@ public: GraphicDocShell ( SfxObjectCreateMode eMode, bool bSdDataObj, - DocumentType=DocumentType::Draw); + DocumentType); GraphicDocShell ( SfxModelFlags nModelCreationFlags, bool bSdDataObj, - DocumentType=DocumentType::Draw); + DocumentType); virtual ~GraphicDocShell() override; }; diff --git a/sd/source/ui/inc/smarttag.hxx b/sd/source/ui/inc/smarttag.hxx index fee032514086..47006f8b75b0 100644 --- a/sd/source/ui/inc/smarttag.hxx +++ b/sd/source/ui/inc/smarttag.hxx @@ -164,8 +164,8 @@ private: class SmartHdl : public SdrHdl { public: - SmartHdl( const SmartTagReference& xTag, SdrObject* pObject, const Point& rPnt, SdrHdlKind eNewKind=SdrHdlKind::SmartTag ); - SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind=SdrHdlKind::SmartTag ); + SmartHdl( const SmartTagReference& xTag, SdrObject* pObject, const Point& rPnt, SdrHdlKind eNewKind ); + SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind ); const SmartTagReference& getTag() const { return mxTag; } |