summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-16 16:42:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-16 16:59:09 +0100
commitf219ec6b5e09b55466ce313d73929670cf11a989 (patch)
tree0d20dbb7a65ac449917f5d389719d3e157b0ec1d /sw
parentRelated: fdo#47427 disallow pasting spaces into category box (diff)
downloadcore-f219ec6b5e09b55466ce313d73929670cf11a989.tar.gz
core-f219ec6b5e09b55466ce313d73929670cf11a989.zip
missing SetForbiddenChars call
Change-Id: I03a26d49210c3dfe89abd31e5c754fafe2b7acee
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.cxx1
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");