summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-13 16:33:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-04-15 11:36:13 +0000
commitba9acdf799bf556c8a20b1dc27eb116e23d481db (patch)
treea4d3cb636b3369a7fb0e8ea027e1944dd3d48645 /include/svl
parentfe73ed7c79b96eaa5aa84314a07ae11f188575a1 (diff)
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 <noelgrandin@gmail.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/mailenum.hxx10
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: */