[Libreoffice-commits] core.git: sw/inc

Noel Grandin noel.grandin at collabora.co.uk
Thu Jan 19 13:41:12 UTC 2017


 sw/inc/docufld.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 64871f42632b89e6eb336298b83d0720e044e382
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Thu Jan 19 15:40:22 2017 +0200

    fix windows build
    
    Change-Id: I64d03ac9ea616a66bd556ea61e2c70f4021a07ef

diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 7b91dff..fab98c5 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -452,6 +452,10 @@ public:
                    const OUString& rInitials,
                    const OUString& rName,
                    const DateTime& rDate);
+
+    SwPostItField(const SwPostItField&) = delete; // fix for MSVC2013
+    SwPostItField(SwPostItField&&) = delete; // fix for MSVC2013
+
     virtual ~SwPostItField() override;
 
     virtual OUString        Expand() const override;


More information about the Libreoffice-commits mailing list