From ba9acdf799bf556c8a20b1dc27eb116e23d481db Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Apr 2015 16:33:56 +0200 Subject: convert TXTFORMAT constants to scoped enum and move them to the SW module since that is the only place they are used Change-Id: Ic037e5ac9d2514377669c5f583b856e1da429a19 Reviewed-on: https://gerrit.libreoffice.org/15303 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- include/svl/mailenum.hxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/svl/mailenum.hxx') 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: */ -- cgit