diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-01 10:20:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-01 10:42:20 +0100 |
commit | 5d7d7eb55a3833ff12c61b1a03a296bb0bf4e640 (patch) | |
tree | 50699c25fd87496d9551d93225602df372adc3fb /sd | |
parent | 9f1289f1e3c9b4a5f2be7a7187877db6b5015973 (diff) |
reduce log noise
Change-Id: Iff3c2b8fb5ae0939157aaec67f5830c80cf46ea0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158747
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviewsa.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 |