diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 13:27:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 20:59:12 +0200 |
commit | 452ad2afc5a474f78783ddabd04980e962532935 (patch) | |
tree | 5885883085cb75b25bf7b254d03bf00380df6a92 | |
parent | 14c763e793780fec3f4e6280db437e4cda8bbd7c (diff) |
remove unused EE_READWRITE constants
just as well EE_READWRITE_GENERALERROR is unused, since it's value
overlaps with ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS
Change-Id: I9752d78ae8510f650d709ee0d4f28b536494ec06
Reviewed-on: https://gerrit.libreoffice.org/39057
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/editeng/editdata.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx index 4c493865659f..be5cc4377077 100644 --- a/include/editeng/editdata.hxx +++ b/include/editeng/editdata.hxx @@ -55,9 +55,7 @@ enum class EEAnchorMode { EDITENG_DLLPUBLIC extern const size_t EE_APPEND; // Error messages for Read / Write Method -#define EE_READWRITE_OK ERRCODE_NONE #define EE_READWRITE_WRONGFORMAT ErrCode(SVSTREAM_ERRBASE_USER+1) -#define EE_READWRITE_GENERALERROR ErrCode(SVSTREAM_ERRBASE_USER+2) #define EDITUNDO_REMOVECHARS 100 #define EDITUNDO_CONNECTPARAS 101 |