diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 10:53:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 20:24:36 +0100 |
commit | 4fa2abb5e013738b0f7780a7eb29acdce24794b8 (patch) | |
tree | 4921cb50b2de0ad64d015846d2380b41bfa36729 /include | |
parent | 7946225280bfac1a04d73c69ff3eda8ac8b4e820 (diff) |
use an explicit parent for error message
Change-Id: Ib171ee0e7dc4936552b5a9a5c9d50ae7fd6a54d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112333
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 90eb6d74c49c..b00b33cb0443 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -51,7 +51,7 @@ namespace vcl { class Window; } // display info about a simple css::sdbc::SQLException 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 = nullptr); +void displayException(const css::sdb::SQLErrorEvent&, vcl::Window* _pParent); void displayException(const css::uno::Any&, vcl::Window* _pParent = nullptr); sal_Int32 getElementPos(const css::uno::Reference< css::container::XIndexAccess>& xCont, const css::uno::Reference< css::uno::XInterface>& xElement); |