diff options
-rw-r--r-- | cui/source/inc/cuires.hrc | 2 | ||||
-rw-r--r-- | cui/source/options/treeopt.src | 8 | ||||
-rw-r--r-- | svx/source/src/app.hrc | 3 |
3 files changed, 0 insertions, 13 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: */ diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index 42190c2612bb..beee99af9f0f 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -84,9 +84,6 @@ #define RID_STR_DATE (RID_OFA_START + 108) #define RID_DESKTOP (RID_OFA_START + 109) -#define RID_RIDER_SLL_SITE (RID_OFA_START + 100) -#define RID_RIDER_SLL_PERSONAL (RID_OFA_START + 101) - // "Uberlaufkontrolle der HID's #define ACT_HID_END HID_OFA_TP_MEMORY #if ACT_HID_END > HID_OFA_END |