summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-14 14:33:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-14 14:34:08 +0100
commitc908096d9e0ffd9c869bb6431f15b5ac15280b35 (patch)
tree7cb9558c3523ae4fcafb1cdd8bf6b7d8aaba9bd0 /svx/inc
parentcf8c82e1abd1961dcb88446acb84e70ca94819cf (diff)
convert gallery menu to .ui
Change-Id: I69b7b9d06d01c205dc1906578d590c17c4eab460
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galbrws2.hxx2
-rw-r--r--svx/inc/gallery.hrc5
-rw-r--r--svx/inc/helpid.hrc3
3 files changed, 1 insertions, 9 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index 3db2b5a37203..a68e1d329cdf 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -162,7 +162,7 @@ public:
static css::uno::Reference< css::frame::XFrame > GetFrame();
const css::uno::Reference< css::util::XURLTransformer >& GetURLTransformer() const { return m_xTransformer; }
- void Execute( sal_uInt16 nId );
+ void Execute(const OString &rIdent);
void Dispatch( sal_uInt16 nId,
const css::uno::Reference< css::frame::XDispatch > &rxDispatch,
const css::util::URL &rURL );
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
index 61b6df4bcb5f..1c1f0fd3b1a8 100644
--- a/svx/inc/gallery.hrc
+++ b/svx/inc/gallery.hrc
@@ -33,7 +33,6 @@
// Controls for Gallery
#define RID_SVXMN_GALLERY1 (RID_SVX_GALLERY_START + 36)
-#define RID_SVXMN_GALLERY2 (RID_SVX_GALLERY_START + 37)
// Images
#define RID_SVXBMP_THEME_NORMAL (RID_SVX_GALLERY_START + 48)
@@ -56,10 +55,6 @@
#define MN_ADD 6
#define MN_PREVIEW 10
#define MN_DELETE 12
-#define MN_BACKGROUND 14
-#define MN_TITLE 15
-#define MN_COPYCLIPBOARD 16
-#define MN_PASTECLIPBOARD 17
#define MN_ACTUALIZE 21
#define MN_RENAME 22
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc
index 1844d102e9bb..3ba81a7a2706 100644
--- a/svx/inc/helpid.hrc
+++ b/svx/inc/helpid.hrc
@@ -35,10 +35,7 @@
#define HID_GALLERY_ICONVIEW "SVX_HID_GALLERY_ICONVIEW"
#define HID_GALLERY_LISTVIEW "SVX_HID_GALLERY_LISTVIEW"
#define HID_GALLERY_MN_ADD "SVX_HID_GALLERY_MN_ADD"
-#define HID_GALLERY_MN_BACKGROUND "SVX_HID_GALLERY_MN_BACKGROUND"
-#define HID_GALLERY_MN_COPYCLIPBOARD "SVX_HID_GALLERY_MN_COPYCLIPBOARD"
#define HID_GALLERY_MN_DELETE "SVX_HID_GALLERY_MN_DELETE"
-#define HID_GALLERY_MN_PASTECLIPBOARD "SVX_HID_GALLERY_MN_PASTECLIPBOARD"
#define HID_GALLERY_MN_PREVIEW "SVX_HID_GALLERY_MN_PREVIEW"
#define HID_GALLERY_NEWTHEME "SVX_HID_GALLERY_NEWTHEME"
#define HID_GALLERY_PROPERTIES "SVX_HID_GALLERY_PROPERTIES"