diff options
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/mailenum.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/svl/mailenum.hxx b/include/svl/mailenum.hxx index ceee806f1a7d..85595c2c51cc 100644 --- a/include/svl/mailenum.hxx +++ b/include/svl/mailenum.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_SVL_MAILENUM_HXX #define INCLUDED_SVL_MAILENUM_HXX -// enum ------------------------------------------------------------------ - enum MailState { MAIL_STATE_SUCCESS = 0, @@ -75,14 +73,6 @@ enum MailAction MAIL_ACTION_PREV // jump to previous mail }; -// text format for the sending of messages ------------------------------ - -#define TXTFORMAT_ASCII ((sal_uInt8)0x01) -#define TXTFORMAT_HTML ((sal_uInt8)0x02) -#define TXTFORMAT_RTF ((sal_uInt8)0x04) -#define TXTFORMAT_OFFICE ((sal_uInt8)0x08) - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |