diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-09 08:52:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-09 08:52:40 +0200 |
commit | 6031d34ec26b988853c4b317945b3b4256813cbc (patch) | |
tree | 37732eeceb93e6b8d4ba7e1f7b21a5e6a769cc77 /starmath/source/accessibility.cxx | |
parent | d8919a1bcca1aa0b18634be918f6bf08c6c55a3f (diff) |
Math: OSL_FAIL -> SAL_WARN
And some cleanup.
Change-Id: I2e5239a6f7d0dca5855b80752deae6be27c21af6
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r-- | starmath/source/accessibility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index 98a2ece385b8..c0c92131e9ac 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -1016,7 +1016,7 @@ SfxItemSet SmTextForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHa nFlags = GETATTRIBS_CHARATTRIBS; break; default: - OSL_FAIL("unknown flags for SmTextForwarder::GetAttribs"); + SAL_WARN("starmath", "unknown flags for SmTextForwarder::GetAttribs"); } return pEditEngine->GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); |