diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-19 15:40:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-19 15:40:22 +0200 |
commit | 64871f42632b89e6eb336298b83d0720e044e382 (patch) | |
tree | 99b07bc69af49f76fb850abba35bca41880885c2 /sw | |
parent | 5e58ea581e330680ce0a6695b86fd909d7b5fcb0 (diff) |
fix windows build
Change-Id: I64d03ac9ea616a66bd556ea61e2c70f4021a07ef
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/docufld.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 7b91dffeb559..fab98c5e23d3 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; |