summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 09:35:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 08:58:33 +0200
commitf871d0e7c99d88b55c38a9878f3ef0bfec4eb089 (patch)
tree42ea0722aed24eb088b69bc99fae77971a19f1ea /include/editeng
parent52b6c6493837a6bdccffd16d06daba54e932bd07 (diff)
inline some ERRCODE_AREA aliases
and drop unused ERRCODE_AREA_OFA_END constant Change-Id: Ic34ecda7f842c5db93807b3f21aa1062966ca523 Reviewed-on: https://gerrit.libreoffice.org/39089 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index be5cc4377077..7d8e931268c2 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -55,7 +55,7 @@ enum class EEAnchorMode {
EDITENG_DLLPUBLIC extern const size_t EE_APPEND;
// Error messages for Read / Write Method
-#define EE_READWRITE_WRONGFORMAT ErrCode(SVSTREAM_ERRBASE_USER+1)
+#define EE_READWRITE_WRONGFORMAT ErrCode(ERRCODE_AREA_SVX+1)
#define EDITUNDO_REMOVECHARS 100
#define EDITUNDO_CONNECTPARAS 101