Delete other special copy/move functions

As suggested in
https://gerrit.libreoffice.org/c/core/+/146098/2#message-c2f0d0c43d5315650136a10470785ea2ec4d6e58

Change-Id: Ibf9ef1cf61fd2a8d05ce5e7a78c8bac793318485
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150147
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
diff --git a/include/xmloff/xmlprcon.hxx b/include/xmloff/xmlprcon.hxx
index 62b5f49..9eedecb 100644
--- a/include/xmloff/xmlprcon.hxx
+++ b/include/xmloff/xmlprcon.hxx
@@ -45,7 +45,10 @@ public:
            ::std::vector< XMLPropertyState > &rProps,
            rtl::Reference < SvXMLImportPropertyMapper > xMap,
              sal_Int32 nStartIdx = -1, sal_Int32 nEndIdx = -1 );
    SvXMLPropertySetContext(const SvXMLPropertySetContext&) = delete;
    SvXMLPropertySetContext(SvXMLPropertySetContext&&) = delete;
    void operator=(const SvXMLPropertySetContext&) = delete;
    void operator=(SvXMLPropertySetContext&&) = delete;

    virtual ~SvXMLPropertySetContext() override;