diff options
author | Michael Brauer <mib@openoffice.org> | 2002-06-24 11:56:30 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-06-24 11:56:30 +0000 |
commit | cc6b58f857df2699e1789f32977dbf18d6ec404b (patch) | |
tree | dac76177aac1eecc52c03ffe99110414c15f2c48 | |
parent | 7b9871a3d44c287a4dc88fc6040592d599458b21 (diff) |
#99667#: Removed historic, non working flat 5.2 XML filter
-rw-r--r-- | sw/inc/shellio.hxx | 5 | ||||
-rw-r--r-- | sw/source/filter/basflt/fltini.cxx | 5 | ||||
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 6 |
3 files changed, 6 insertions, 10 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index b9f51afeb6e4..72e5ec0ff4e1 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -2,9 +2,9 @@ * * $RCSfile: shellio.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: jp $ $Date: 2002-03-14 14:20:24 $ + * last change: $Author: mib $ $Date: 2002-06-24 12:51:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -703,7 +703,6 @@ extern sal_Char __FAR_DATA FILTER_SWW4V[]; // SW/Web Storage Vorlagen Filter extern sal_Char __FAR_DATA FILTER_SWW5V[]; // SW/Web Storage Vorlagen Filter extern sal_Char __FAR_DATA FILTER_TEXT_DLG[]; // text filter with encoding dialog extern sal_Char __FAR_DATA FILTER_XML[]; // XML filter -extern sal_Char __FAR_DATA FILTER_XMLP[]; // XML filter extern sal_Char __FAR_DATA FILTER_XMLV[]; // XML filter extern sal_Char __FAR_DATA FILTER_XMLVW[]; // XML filter diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index 6c19e46ae5c5..640136e28fc7 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fltini.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: jp $ $Date: 2002-03-22 10:30:16 $ + * last change: $Author: mib $ $Date: 2002-06-24 12:56:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,7 +239,6 @@ void _InitFilter() _SetFltPtr( nCnt, pWW8Rd, sWW5 ); _SetFltPtr( nCnt, ReadSwg, sSwg1 ); _SetFltPtr( nCnt, (ReadXML = new XMLReader), FILTER_XML ); - _SetFltPtr( nCnt, ReadXML, FILTER_XMLP ); #ifdef NEW_WW97_EXPORT aReaderWriter[ 9 ].fnGetWriter = &::GetWW8Writer; diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 05ef0637268d..cc52daf17803 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh2.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: os $ $Date: 2002-06-24 08:57:02 $ + * last change: $Author: mib $ $Date: 2002-06-24 12:54:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1774,8 +1774,6 @@ ULONG SwDocShell::LoadStylesFromFile( const String& rURL, if( pFlt->GetUserData().EqualsAscii( FILTER_SWG ) || pFlt->GetUserData().EqualsAscii( FILTER_SWGV )) pRead = ReadSwg; - else if( pFlt->GetUserData().EqualsAscii( FILTER_XMLP )) - pRead = ReadXML; pReader = new SwReader( aMed, rURL, pDoc ); } |