diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-16 16:42:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-16 16:59:09 +0100 |
commit | f219ec6b5e09b55466ce313d73929670cf11a989 (patch) | |
tree | 0d20dbb7a65ac449917f5d389719d3e157b0ec1d /sw/source/ui/dbui | |
parent | 46650cb7c3ed3d48d8fe7b6c6dd6d7357b698afb (diff) |
missing SetForbiddenChars call
Change-Id: I03a26d49210c3dfe89abd31e5c754fafe2b7acee
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index 00f610ad80bb..4b76162b5366 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -509,6 +509,7 @@ SwCustomizeAddressBlockDialog::SwCustomizeAddressBlockDialog( get(m_pOK, "ok"); get(m_pPreviewWIN, "addrpreview"); get(m_pFieldCB, "custom"); + m_pFieldCB->SetForbiddenChars("<>"); get(m_pFieldFT, "customft"); get(m_pDownIB, "down"); get(m_pRightIB, "right"); |