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/swurl.hxx | |
parent | 37f5f1586a389bf57f6cd109cd177d90bdb85eb3 (diff) |
remove download-/choosefilter functionality
Diffstat (limited to 'sw/inc/swurl.hxx')
-rw-r--r-- | sw/inc/swurl.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
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 |