diff options
author | jp <jp@openoffice.org> | 2001-05-08 12:03:37 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-05-08 12:03:37 +0000 |
commit | 583769e60bdc04e94034aa69091898731fa47485 (patch) | |
tree | b04544d6091aa7881cb6733ece258cdc6b505f0e /sw/inc | |
parent | 37f5f1586a389bf57f6cd109cd177d90bdb85eb3 (diff) |
remove download-/choosefilter functionality
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/helpid.h | 6 | ||||
-rw-r--r-- | sw/inc/swurl.hxx | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index 8165a7ee5ef5..bd28b2e10699 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -2,9 +2,9 @@ * * $RCSfile: helpid.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2001-02-27 14:35:13 $ + * last change: $Author: jp $ $Date: 2001-05-08 13:03:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -423,8 +423,6 @@ #define HID_MN_RSC_END (HID_BASE + 640) #define HID_MN_CALC_ROUND (HID_BASE + 641) -#define HID_MN_READONLY_DOWNLOAD (HID_BASE + 643) -#define HID_MN_READONLY_CREATEGRAPHIKLINK (HID_BASE + 644) #define HID_MN_READONLY_SAVEGRAPHIC (HID_BASE + 645) #define HID_MN_READONLY_GRAPHICTOGALLERY (HID_BASE + 646) #define HID_MN_READONLY_TOGALLERYLINK (HID_BASE + 647) diff --git a/sw/inc/swurl.hxx b/sw/inc/swurl.hxx index 0b107d3230e4..4e3d217fc024 100644 --- a/sw/inc/swurl.hxx +++ b/sw/inc/swurl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swurl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: jp $ $Date: 2001-05-08 13:03:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,8 +70,6 @@ class UniString; class ViewShell; #define URLLOAD_NOFILTER 0x0000 -#define URLLOAD_DOWNLOADFILTER 0x0001 -#define URLLOAD_CHOOSEFILTER 0x0002 #define URLLOAD_NEWVIEW 0x8000 |