From 547b1d054162a73d49a828bed140ab8671da2ff8 Mon Sep 17 00:00:00 2001 From: Noel Date: Fri, 2 Oct 2020 16:27:46 +0200 Subject: use more TOOLS_WARN_EXCEPTION Change-Id: I8b5cde993c13e0b7c8c830b1ff698933a6b7cfd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103863 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/contentenumeration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/office/contentenumeration.cxx b/fpicker/source/office/contentenumeration.cxx index 090d19a47988..6ed0d7626007 100644 --- a/fpicker/source/office/contentenumeration.cxx +++ b/fpicker/source/office/contentenumeration.cxx @@ -181,7 +181,7 @@ namespace svt } catch( CommandAbortedException& ) { - SAL_WARN( "svtools.contnr", "createCursor: CommandAbortedException" ); + TOOLS_WARN_EXCEPTION( "svtools.contnr", ""); } catch( Exception& ) { -- cgit