summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config/StoredChapterNumbering.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/config/StoredChapterNumbering.cxx')
-rw-r--r--sw/source/uibase/config/StoredChapterNumbering.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx
index e0bc40a9ed02..271602493317 100644
--- a/sw/source/uibase/config/StoredChapterNumbering.cxx
+++ b/sw/source/uibase/config/StoredChapterNumbering.cxx
@@ -444,8 +444,7 @@ void ExportStoredChapterNumberingRules(SwChapterNumRules & rRules,
}
catch (uno::Exception const& e)
{
- SAL_WARN("sw.ui",
- "ExportStoredChapterNumberingRules: exception: " << e.Message);
+ SAL_WARN("sw.ui", "ExportStoredChapterNumberingRules: " << e);
}
}
@@ -474,8 +473,7 @@ void ImportStoredChapterNumberingRules(SwChapterNumRules & rRules,
}
catch (uno::Exception const& e)
{
- SAL_WARN("sw.ui",
- "ImportStoredChapterNumberingRules: exception: " << e.Message);
+ SAL_WARN("sw.ui", "ImportStoredChapterNumberingRules: " << e);
}
}