sd/source/ui/view/drviewsa.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 5d7d7eb55a3833ff12c61b1a03a296bb0bf4e640 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Nov 1 10:20:56 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Nov 1 10:42:20 2023 +0100 reduce log noise Change-Id: Iff3c2b8fb5ae0939157aaec67f5830c80cf46ea0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158747 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 9bc5c0030f76..5d5cfe613245 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -344,6 +344,10 @@ void DrawViewShell::Construct(DrawDocShell* pDocSh, PageKind eInitialPageKind) mxScannerListener = new ScannerEventListener( this ); } + catch (DeploymentException const &) + { + SAL_INFO("sd", "Scanner manager not available"); + } catch (Exception const &) { // Eat the exception and log it