summaryrefslogtreecommitdiff
path: root/include/editeng/editdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editdata.hxx')
-rw-r--r--include/editeng/editdata.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index e92101c86101..33de259fc6c2 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -274,15 +274,12 @@ struct MoveParagraphsInfo
{ nStartPara = nS; nEndPara = nE; nDestPara = nD; }
};
-enum class PasteOrDropInfosAction { PASTE=1, DROP=2 };
-
struct PasteOrDropInfos
{
- PasteOrDropInfosAction nAction;
sal_Int32 nStartPara;
sal_Int32 nEndPara;
- PasteOrDropInfos(PasteOrDropInfosAction _nAction) : nAction(_nAction), nStartPara(-1), nEndPara(-1) {}
+ PasteOrDropInfos() : nStartPara(-1), nEndPara(-1) {}
};
enum EENotifyType