diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 11:24:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 20:25:41 +0100 |
commit | 76867304b550af5c44c1fd6b82928fb2b69addc7 (patch) | |
tree | 6ae59e2ba549aaba37c05a15787ae46fb1071a94 /include/svx/fmtools.hxx | |
parent | b7bcb17311ea99d1849f87e329add0eff5f6fc75 (diff) |
use an explicit parent for error message
Change-Id: Idf5a1c6a4313ab58c2bf6ee0ec02a8d003eee83a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112335
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/fmtools.hxx')
-rw-r--r-- | include/svx/fmtools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index b00b33cb0443..97d6fcff0d05 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -52,7 +52,7 @@ namespace vcl { class Window; } void displayException(const css::sdbc::SQLException&, vcl::Window* _pParent); SVXCORE_DLLPUBLIC void displayException(const css::sdb::SQLContext&, vcl::Window* _pParent); void displayException(const css::sdb::SQLErrorEvent&, vcl::Window* _pParent); -void displayException(const css::uno::Any&, vcl::Window* _pParent = nullptr); +void displayException(const css::uno::Any&, vcl::Window* _pParent); sal_Int32 getElementPos(const css::uno::Reference< css::container::XIndexAccess>& xCont, const css::uno::Reference< css::uno::XInterface>& xElement); |