diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 16:18:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 16:19:06 +0000 |
commit | 392f0990e4b7ef7338aa901735c7a6cc7632dd40 (patch) | |
tree | 54048b787072d2c027826c69e58f49ff2fb72f7b /sw | |
parent | 84e6b5711978055be903f9541b4a9673cc07ed49 (diff) |
avoid assertion about spurious '0' translation id in field dialog
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/fldui/fldmgr.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldmgr.cxx b/sw/source/ui/fldui/fldmgr.cxx index e67d170870be..7cd374fe0b96 100644 --- a/sw/source/ui/fldui/fldmgr.cxx +++ b/sw/source/ui/fldui/fldmgr.cxx @@ -1648,7 +1648,8 @@ void SwFieldType::_GetFldName() STR_SCRIPTFLD, STR_AUTHORITY, STR_COMBINED_CHARS, - STR_DROPDOWN + STR_DROPDOWN, + STR_CUSTOM }; // insert infos for fields |