sax/source/expatwrap/sax_expat.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae8f735965678680835e2408494c2b226047f755
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed May 4 06:59:24 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed May 4 08:23:12 2022 +0200

    Just use Any ctor instead of makeAny in sax
    
    Change-Id: I3aec9eecc35eeabd2be61c73a57cff220843c9b0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133791
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sax/source/expatwrap/sax_expat.cxx 
b/sax/source/expatwrap/sax_expat.cxx
index b580970f68f3..a50fb9e024a7 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -91,7 +91,7 @@ namespace {
         catch( const css::uno::Exception &e ) {\
             pThis->bExceptionWasThrown = true; \
             pThis->bRTExceptionWasThrown = true; \
-            pImpl->rtexception = WrappedTargetRuntimeException("Non-runtime 
UNO exception caught during parse", e.Context, makeAny(e)); \
+            pImpl->rtexception = WrappedTargetRuntimeException("Non-runtime 
UNO exception caught during parse", e.Context, css::uno::Any(e)); \
         }\
     }\
     ((void)0)

Reply via email to