diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-17 11:50:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-17 13:42:27 +0200 |
commit | 4376c524a3cb7016285f869b96b4657f4be006bd (patch) | |
tree | ed185ebcf8ff95f3630252dba2cf92882a2f14d9 /cui | |
parent | b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9 (diff) |
remove unused strings
Change-Id: I1665bb72203964be071835547c50440f86e1761d
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuires.hrc | 2 | ||||
-rw-r--r-- | cui/source/options/treeopt.src | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index 3a9fca595436..f14d8e973bd3 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -107,8 +107,6 @@ #define RID_SVXPAGE_COLOR (RID_SVX_START + 60) #define OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE ( RID_OFA_START + 256 ) #define RID_OFADLG_OPTIONS_TREE_PAGES (RID_OFA_START + 116) -#define RID_RIDER_SLL_SITE (RID_OFA_START + 100)//? -#define RID_RIDER_SLL_PERSONAL (RID_OFA_START + 101)//? // options #define RID_SVXPAGE_ONLINEUPDATE (RID_SVX_START + 298) diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src index d509970d236a..6df8d8223015 100644 --- a/cui/source/options/treeopt.src +++ b/cui/source/options/treeopt.src @@ -177,13 +177,5 @@ Resource RID_OFADLG_OPTIONS_TREE_PAGES }; }; }; -String RID_RIDER_SLL_SITE -{ - Text [ en-US ] = "Site certificates" ; -}; -String RID_RIDER_SLL_PERSONAL -{ - Text [ en-US ] = "Personal certificates" ; -}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |