sd/source/ui/inc/DrawViewShell.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 77f5cf7e360ecfcc199451faaa598a3885351e77
Author:     Paris Oplopoios <paris.oplopo...@collabora.com>
AuthorDate: Mon Jul 3 00:24:27 2023 +0300
Commit:     Paris Oplopoios <parisop...@gmail.com>
CommitDate: Wed Jul 5 10:02:27 2023 +0200

    Delete DrawViewShell copy constructors
    
    DrawViewShell does not get copied so best to set these to deleted to
    highlight this.
    
    Change-Id: I3d35d3a47137b15346d54a08d3d7af480b0872bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153864
    Tested-by: Jenkins
    Reviewed-by: Paris Oplopoios <parisop...@gmail.com>
    (cherry picked from commit 7f1012806f5cf2cd53e52d8f2a95c09a2215efbc)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153907
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/sd/source/ui/inc/DrawViewShell.hxx 
b/sd/source/ui/inc/DrawViewShell.hxx
index beb2bec08c0a..4e4482980a11 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -398,6 +398,9 @@ protected:
     void            GetMenuStateSel(SfxItemSet& rSet);
 
 private:
+    DrawViewShell(const DrawViewShell&) = delete;
+    DrawViewShell& operator=(const DrawViewShell&) = delete;
+
     void Construct (DrawDocShell* pDocSh, PageKind ePageKind);
 
     /** Depending on the given request create a new page or duplicate an

Reply via email to