summaryrefslogtreecommitdiff
path: root/svl/source/misc/filenotation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/filenotation.cxx')
-rw-r--r--svl/source/misc/filenotation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/filenotation.cxx b/svl/source/misc/filenotation.cxx
index 06ddc663d762..64afaf2c3333 100644
--- a/svl/source/misc/filenotation.cxx
+++ b/svl/source/misc/filenotation.cxx
@@ -136,7 +136,7 @@ namespace svt
case N_URL: return m_sFileURL;
}
- OSL_ENSURE(sal_False, "OFileNotation::get: inavlid enum value!");
+ OSL_FAIL("OFileNotation::get: inavlid enum value!");
return ::rtl::OUString();
}