From 5c80c7defccdc8e1a5545dfa0f304c77c71c479d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Sep 2013 11:18:53 +0100 Subject: convert mail merge subject/attachment dialogs to .ui Factor out SwMessageAndEditDialog as a reusable base class. Split the attachment and subjects dialogs apart and base them on top of that. Change-Id: I321ef375b154f070715a3e8091e02974b376c9db --- sw/inc/dbui.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/dbui.hrc') diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc index 0ced6d16925f..057375e23a3a 100644 --- a/sw/inc/dbui.hrc +++ b/sw/inc/dbui.hrc @@ -46,7 +46,6 @@ #define DLG_MM_MAILBODY (RC_DBUI_BEGIN + 24) #define DLG_MM_SENDMAILS (RC_DBUI_BEGIN + 25) #define DLG_MAILMERGECHILD (RC_DBUI_BEGIN + 26) -#define DLG_MM_QUERY (RC_DBUI_BEGIN + 28) #define DLG_MM_SENDWARNING (RC_DBUI_BEGIN + 29) #define DLG_MM_CREATIONMONITOR (RC_DBUI_BEGIN + 30) // Strings ------------------------------------------------------------------ -- cgit