diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-23 12:17:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-23 12:17:58 +0200 |
commit | 2b1a5dcc28e142e8305c23b19f254ba24f5af456 (patch) | |
tree | c79fa80ae6b2d0257bccaaa4ee7d9158fe49a0e8 | |
parent | 1c909a13a0816e20d365000cc527d93e02633b0c (diff) |
Remove unused RID_SVXSTR_HYPDLG_APPLYBUT
Change-Id: I61b7d1ee72af6ed3f7a21a1dab623011825426e5
-rw-r--r-- | cui/source/dialogs/hyperdlg.src | 4 | ||||
-rw-r--r-- | cui/source/inc/cuires.hrc | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/dialogs/hyperdlg.src b/cui/source/dialogs/hyperdlg.src index 7ac2a43a76bd..4ce60c01208a 100644 --- a/cui/source/dialogs/hyperdlg.src +++ b/cui/source/dialogs/hyperdlg.src @@ -23,10 +23,6 @@ #define MASKCOLOR MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }; -String RID_SVXSTR_HYPDLG_APPLYBUT -{ - Text [ en-US ] = "Apply" ; -}; String RID_SVXSTR_HYPDLG_CLOSEBUT { Text [ en-US ] = "Close" ; diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index 87eb8022a688..6f8df14a3011 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -190,7 +190,6 @@ #define RID_SVXSTR_HYPERDLG_HLDOCTP_HELP (RID_SVX_START + 586) #define RID_SVXSTR_HYPERDLG_HLDOCNTP (RID_SVX_START + 587) #define RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP (RID_SVX_START + 588) -#define RID_SVXSTR_HYPDLG_APPLYBUT (RID_SVX_START + 548) #define RID_SVXSTR_HYPDLG_CLOSEBUT (RID_SVX_START + 549) #define RID_SVXSTR_HYPDLG_NOVALIDFILENAME (RID_SVX_START + 553) #define RID_SVXSTR_HYPERDLG_QUERYOVERWRITE (RID_SVX_START + 815) |