include/xmloff/xmlprcon.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 639d092bc258f079f0c1655265347c94d0c51ab1
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Jan 24 19:32:30 2023 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue Jan 24 20:55:58 2023 +0000

    Fix build
    
    ... failed locally with
    
      C:\lo\src\core\include\rtl/ref.hxx(129): error C2027: use of undefined 
type 'SvXMLImportPropertyMapper'
      C:\lo\src\core\include\xmloff/shapeimport.hxx(46): note: see declaration 
of 'SvXMLImportPropertyMapper'
      C:\lo\src\core\include\rtl/ref.hxx(127): note: while compiling class 
template member function 
'rtl::Reference<SvXMLImportPropertyMapper>::~Reference(void)'
      C:\lo\src\core\include\xmloff/xmlprcon.hxx(64): note: see reference to 
function template instantiation 
'rtl::Reference<SvXMLImportPropertyMapper>::~Reference(void)' being compiled
      C:\lo\src\core\include\xmloff/xmlprcon.hxx(37): note: see reference to 
class template instantiation 'rtl::Reference<SvXMLImportPropertyMapper>' being 
compiled
    
    Change-Id: I08211c58ca61d2bc81062d0b104d8ce47ffccd91
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146098
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

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;
 

Reply via email to