summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tabtempl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-08 12:21:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-08 13:38:26 +0100
commitff178cca3384a1d15dcf51491df6196e487f47f4 (patch)
treeceb4088f6fbec649d6e0f6955830c945c093f6ab /sd/source/ui/dlg/tabtempl.cxx
parentb9dd51782ceba70bda091191349d31767b7bf744 (diff)
Resolves: tdf#91932 enable CaseMap property in impress/draw
I don't see why this was explicitly disabled, works fine out of the box for me, import/export already hooked up in odf Change-Id: I5e6bdbc6a4f3cbcd97330c7d9fb33589489afee2
Diffstat (limited to 'sd/source/ui/dlg/tabtempl.cxx')
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index 61514ee29c0d..1189922c4533 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -152,7 +152,6 @@ void SdTabTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
}
else if (nId == m_nFontEffectId)
{
- aSet.Put (SfxUInt16Item(SID_DISABLE_CTL,DISABLE_CASEMAP));
rPage.PageCreated(aSet);
}
else if (nId == m_nTextId)