diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-08 12:21:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-08 13:38:26 +0100 |
commit | ff178cca3384a1d15dcf51491df6196e487f47f4 (patch) | |
tree | ceb4088f6fbec649d6e0f6955830c945c093f6ab /sd/source/ui/dlg/prltempl.cxx | |
parent | b9dd51782ceba70bda091191349d31767b7bf744 (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/prltempl.cxx')
-rw-r--r-- | sd/source/ui/dlg/prltempl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx index 74c010e36a03..c503c930de60 100644 --- a/sd/source/ui/dlg/prltempl.cxx +++ b/sd/source/ui/dlg/prltempl.cxx @@ -281,7 +281,6 @@ void SdPresLayoutTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) else if (nId == mnEffects) { - aSet.Put (SfxUInt16Item(SID_DISABLE_CTL,DISABLE_CASEMAP)); rPage.PageCreated(aSet); } } |