diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-04 12:48:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-04 12:48:03 +0100 |
commit | baa411b59c3840a4dddf5447a0b4583eb5edea74 (patch) | |
tree | 1c8c964dc04b47777395346dd314f1a9beeaa2f5 | |
parent | ec60a59a710e1dd0f976770301df71653351d654 (diff) |
STR_MASTERPAGESSELECTOR appears to be unused
...since d023339c2f85555212bdb9804854dcc2c403b50e "Turn sidebar back to
non-experimental"
Change-Id: I91bbeb60b2bd87cbd06139b586f93ec546df9e13
-rw-r--r-- | sd/inc/glob.hrc | 2 | ||||
-rw-r--r-- | sd/source/core/glob.src | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 3e12f4345472..23da9f7e6086 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -114,8 +114,6 @@ #define STR_3DOBJECTBARSHELL RID_GLOB_START+104 #define STR_FONTWORKOBJECTBARSHELL RID_GLOB_START+105 -#define STR_MASTERPAGESSELECTOR RID_GLOB_START+108 - #define STR_PAGE_NAME RID_GLOB_START+111 #define STR_SLIDE_NAME RID_GLOB_START+112 diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index 5d6113ee3819..1e252828c071 100644 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -318,11 +318,6 @@ String STR_TASKPANELAYOUTMENU Text [ en-US ] = "Layout" ; }; -String STR_MASTERPAGESSELECTOR -{ - Text [ en-US ] = "Master Pages" ; -}; - String STR_POWERPOINT_IMPORT { Text [ en-US ] = "PowerPoint Import"; |