summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-19 15:40:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-19 15:40:22 +0200
commit64871f42632b89e6eb336298b83d0720e044e382 (patch)
tree99b07bc69af49f76fb850abba35bca41880885c2 /sw/inc/docufld.hxx
parent5e58ea581e330680ce0a6695b86fd909d7b5fcb0 (diff)
fix windows build
Change-Id: I64d03ac9ea616a66bd556ea61e2c70f4021a07ef
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx4
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;