summaryrefslogtreecommitdiff
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-17 11:50:41 +0100
commit0c89f37b75804f9e3cc3fbd3d85dc8c4cb899773 (patch)
treecc3377c4ec2d068428a41f48d3177953c6dc598b
parentd1987a3eaccfc3add35e6b9f8307ede857c5468e (diff)
missing SetForbiddenChars call
Change-Id: I03a26d49210c3dfe89abd31e5c754fafe2b7acee (cherry picked from commit f219ec6b5e09b55466ce313d73929670cf11a989)
-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 a548b2827e84..1d8814b91c52 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");