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 /cui | |
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 'cui')
-rw-r--r-- | cui/source/inc/chardlg.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 4eb009af67d7..a023a45d9b1e 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -32,16 +32,6 @@ class SvxFontListItem; class FontList; - - -#define DISABLE_CASEMAP ((sal_uInt16)0x0001) -#define DISABLE_WORDLINE ((sal_uInt16)0x0002) -#define DISABLE_BLINK ((sal_uInt16)0x0004) -#define DISABLE_UNDERLINE_COLOR ((sal_uInt16)0x0008) - -#define DISABLE_LANGUAGE ((sal_uInt16)0x0010) -#define DISABLE_HIDE_LANGUAGE ((sal_uInt16)0x0020) - // class SvxCharBasePage ------------------------------------------------- class SvxCharBasePage : public SfxTabPage |