diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-12 12:35:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-12 12:17:26 +0000 |
commit | 02ed1924eb34e8ea13da8337c12b127f81211770 (patch) | |
tree | 354ce0995b6dcf8814d7b96bec215afa906b7e1b /sd/source/ui/sidebar/DocumentHelper.cxx | |
parent | b540899c1ea33d3418e737428b51ea75278d6d4f (diff) |
OSL_TRACE->SAL in sd..sdext
Change-Id: I6b224fa890dc96aada7140af27078da5e25c3ff8
Reviewed-on: https://gerrit.libreoffice.org/31898
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/sidebar/DocumentHelper.cxx')
-rw-r--r-- | sd/source/ui/sidebar/DocumentHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/DocumentHelper.cxx b/sd/source/ui/sidebar/DocumentHelper.cxx index c853bfe8e68e..1bfdd73d165b 100644 --- a/sd/source/ui/sidebar/DocumentHelper.cxx +++ b/sd/source/ui/sidebar/DocumentHelper.cxx @@ -235,12 +235,12 @@ SdPage* DocumentHelper::AddMasterPage ( catch(const ::std::exception&) { pClonedMasterPage = nullptr; - OSL_TRACE ("caught general exception"); + SAL_WARN("sd", "caught general exception"); } catch(...) { pClonedMasterPage = nullptr; - OSL_TRACE ("caught general exception"); + SAL_WARN("sd", "caught general exception"); } } |