summaryrefslogtreecommitdiff
path: root/sw/inc/cmdid.h
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 10:43:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-20 13:28:38 +0100
commitc3f9eba777a508f4fb0bfd5cbe2cbfb399366caa (patch)
tree10276ceedcec34b8363ed6f4d4d27f0ef0bcace7 /sw/inc/cmdid.h
parentd83b9f18c695dfec47293f9673cb810554e18de9 (diff)
loplugin:duplicate-defines
Change-Id: I38694d03dbe2e5d8eba94e2d2a490db7b91efaad Reviewed-on: https://gerrit.libreoffice.org/85563 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r--sw/inc/cmdid.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index f382e820cf0b..30663dbbe670 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -21,24 +21,25 @@
#define INCLUDED_SW_INC_CMDID_H
#include <sfx2/sfxsids.hrc>
+#include <svx/svxids.hrc>
#include <svl/solar.hrc>
#define FN_FILE SID_SW_START
-#define FN_EDIT (SID_SW_START + 100)
+//#define FN_EDIT (SID_SW_START + 100) defined in svxids.hrc
#define FN_VIEW (SID_SW_START + 200)
-#define FN_INSERT (SID_SW_START + 300)
-#define FN_FORMAT (SID_SW_START + 400)
-#define FN_EXTRA (SID_SW_START + 600)
-#define FN_SELECTION (SID_SW_START + 900)
+//#define FN_INSERT (SID_SW_START + 300) defined in svxids.hrc
+//#define FN_FORMAT (SID_SW_START + 400) defined in svxids.hrc
+//#define FN_EXTRA (SID_SW_START + 600) defined in svxids.hrc
+//#define FN_SELECTION (SID_SW_START + 900) defined in svxids.hrc
#define FN_QUERY (SID_SW_START + 1000)
#define FN_ENVELP (SID_SW_START + 1050)
#define FN_PARAM (SID_SW_START + 1100)
#define FN_STAT (SID_SW_START + 1180)
-#define FN_PGPREVIEW (SID_SW_START + 1250)
+//#define FN_PGPREVIEW (SID_SW_START + 1250) defined in svxids.hrc
#define FN_FRAME (SID_SW_START + 1300)
#define FN_INSERT2 (SID_SW_START + 1400)
#define FN_FORMAT2 (SID_SW_START + 1600)
-#define FN_EDIT2 (SID_SW_START + 1800)
+//#define FN_EDIT2 (SID_SW_START + 1800) defined in svxids.hrc
#define FN_QUERY2 (SID_SW_START + 2000)
#define FN_EXTRA2 (SID_SW_START + 2200)
#define FN_PARAM2 (SID_SW_START + 2400)