diff options
-rw-r--r-- | include/xmloff/xmlprcon.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmlprcon.hxx b/include/xmloff/xmlprcon.hxx index 26f94e08295e..62b5f49ebb60 100644 --- a/include/xmloff/xmlprcon.hxx +++ b/include/xmloff/xmlprcon.hxx @@ -45,6 +45,7 @@ public: ::std::vector< XMLPropertyState > &rProps, rtl::Reference < SvXMLImportPropertyMapper > xMap, sal_Int32 nStartIdx = -1, sal_Int32 nEndIdx = -1 ); + SvXMLPropertySetContext(SvXMLPropertySetContext&&) = delete; virtual ~SvXMLPropertySetContext() override; |