summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/fields.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/fields.hxx')
-rw-r--r--sw/source/filter/ww8/fields.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/fields.hxx b/sw/source/filter/ww8/fields.hxx
index a539c645cf85..d11b92e2ad5b 100644
--- a/sw/source/filter/ww8/fields.hxx
+++ b/sw/source/filter/ww8/fields.hxx
@@ -40,7 +40,7 @@ namespace ww
@return 0 if not found, otherwise the fieldname as a C style ASCII
string
*/
-const char* GetEnglishFieldName(eField eIndex) throw();
+const char* GetEnglishFieldName(eField eIndex) noexcept;
}
#endif