summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmleohlp.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-04-23 20:15:04 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-06-29 22:43:57 +0200
commit7881ae1ee91b5739f8d6b8adfac04bc432717a9a (patch)
treec0565c1285c9e5d73e15a05a88c9635c2c6ecfd8 /svx/source/xml/xmleohlp.cxx
parent74c9fd3ae5b63981fb256e019f0cf974329157f0 (diff)
Use getXWeak in svx
Change-Id: I7e5c029a79b8437ae5f803df5ad20217c240d1d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150874 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svx/source/xml/xmleohlp.cxx')
-rw-r--r--svx/source/xml/xmleohlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx
index a7392cdeefe0..67a789022d1e 100644
--- a/svx/source/xml/xmleohlp.cxx
+++ b/svx/source/xml/xmleohlp.cxx
@@ -560,7 +560,7 @@ OUString SAL_CALL SvXMLEmbeddedObjectHelper::resolveEmbeddedObjectURL(const OUSt
css::uno::Any anyEx = cppu::getCaughtException();
throw WrappedTargetRuntimeException(
"SvXMLEmbeddedObjectHelper::resolveEmbeddedObjectURL non-RuntimeException",
- static_cast<uno::XWeak*>(this), anyEx);
+ getXWeak(), anyEx);
}
return sRet;
}