summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-07-05 15:10:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-07-05 19:59:30 +0200
commitf42daec5c72c78e40150cbf0f0d01f38db556264 (patch)
tree745863c87f9172566905cd0e178db35d63dfcd98 /cui
parent83ece8c46b2076a2ac2ca05e6ea280d6aca66c73 (diff)
cleanup src files
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/gallery.src22
-rw-r--r--cui/source/inc/gallery.hrc1
2 files changed, 0 insertions, 23 deletions
diff --git a/cui/source/dialogs/gallery.src b/cui/source/dialogs/gallery.src
index 033370d2680c..93505da81006 100644
--- a/cui/source/dialogs/gallery.src
+++ b/cui/source/dialogs/gallery.src
@@ -24,28 +24,6 @@
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
-TabDialog RID_SVXTABDLG_GALLERY
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Text [ en-US ] = "Properties of " ;
- Moveable = TRUE ;
- TabControl 1
- {
- OutputSize = TRUE ;
- PageList =
- {
- PageItem
- {
- Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
- Text [ en-US ] = "General" ;
- };
- };
- };
-};
-
-/******************************************************************************/
-
TabDialog RID_SVXTABDLG_GALLERYTHEME
{
OutputSize = TRUE ;
diff --git a/cui/source/inc/gallery.hrc b/cui/source/inc/gallery.hrc
index 3612ed846059..c9e8ed78bb56 100644
--- a/cui/source/inc/gallery.hrc
+++ b/cui/source/inc/gallery.hrc
@@ -19,7 +19,6 @@
#include <cuires.hrc>
// Gallery TabDialogs/TabPages
-#define RID_SVXTABDLG_GALLERY (RID_CUI_GALLERY_START )
#define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2)
#define RID_SVXDLG_GALLERY_TITLE (RID_CUI_GALLERY_START + 82)