diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:53:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:53:27 +0000 |
commit | 6bca2b8bb7be12041b32129f65dc836b9677d697 (patch) | |
tree | f3c2a0579af42b4592d525b3a05aac673a3eb322 /sw | |
parent | 796dc2140cde1976ba424581249aa5284d1c8fb8 (diff) |
INTEGRATION: CWS sw8u10bf05 (1.36.110); FILE MERGED
2008/02/25 08:28:54 od 1.36.110.2: RESYNC: (1.36-1.37); FILE MERGED
2008/01/24 10:45:58 ama 1.36.110.1: Fix #i85182#: Remove unused code
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/shellio.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 5ecf33f32aa1..331882ba9e23 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -4,9 +4,9 @@ * * $RCSfile: shellio.hxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: rt $ $Date: 2008-01-29 09:22:09 $ + * last change: $Author: vg $ $Date: 2008-03-18 15:53:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -738,7 +738,6 @@ extern const sal_Char __FAR_DATA FILTER_XMLV[]; // XML filter extern const sal_Char __FAR_DATA FILTER_XMLVW[]; // XML filter SW_DLLPUBLIC const sal_Char* GetFILTER_XML(); -SW_DLLPUBLIC const sal_Char* GetFILTER_TEXT(); SW_DLLPUBLIC const sal_Char* GetFILTER_WW8(); #endif |