diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-02 18:07:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-02 21:09:52 +0300 |
commit | ede0abe6b1a0bf1ffbfe2ff9258e5b78f2cc606e (patch) | |
tree | 240295fb9a6b26149c74977a7870bebd81cd4a57 /include/editeng | |
parent | 1d0636ebc660a9f74269807b416f2f1480f49530 (diff) |
Bin EE_CNTRL_URLSFXEXECUTE which was only set, never tested
Change-Id: I18a9355bb902b19f0eeecb26d33eba4fb25db8cb
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editstat.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx index 29148212182b..243ff07713ff 100644 --- a/include/editeng/editstat.hxx +++ b/include/editeng/editstat.hxx @@ -39,7 +39,6 @@ #define EE_CNTRL_ONLINESPELLING 0x00001000 // During the edit Spelling #define EE_CNTRL_STRETCHING 0x00002000 // Stretch mode #define EE_CNTRL_MARKFIELDS 0x00004000 // Mark Fields with color -#define EE_CNTRL_URLSFXEXECUTE 0x00008000 // !!!OLD!!!: SFX-URL-Execute. #define EE_CNTRL_RESTOREFONT 0x00010000 // Restore Font in OutDev #define EE_CNTRL_RTFSTYLESHEETS 0x00020000 // Use Stylesheets when imported #define EE_CNTRL_AUTOCORRECT 0x00080000 // AutoCorrect |