summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:42:40 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:42:40 +0000
commit4b65cde5618a5ecfcd2dc5e15df726f9eeaecfa8 (patch)
treed0370a1391328ecad8e42705d1aa81fa7b46e44c /sw/inc
parent4d82c7efebda539337aabc033f6adc0929ed35c4 (diff)
INTEGRATION: CWS fwkq1 (1.18.116); FILE MERGED
2003/07/15 06:35:54 mba 1.18.116.1: #110843#: get rid of factories
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 079709840aad..c5b4c3f6681a 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shellio.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:38:41 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:42:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,13 +88,14 @@
#endif
// einige Forward - Deklarationen
-class SfxFactoryFilterContainer;
+class SfxFilterContainer;
class SfxFilter;
class SfxItemPool;
class SfxItemSet;
class SfxMedium;
class SvPtrarr;
class SvStorage;
+class SotStorage;
class SvStorageStreamRef;
class SvStream;
class SvStrings;
@@ -667,10 +668,10 @@ class SwIoSystem
public:
// suche ueber den Filtertext den Filtereintrag
static const SfxFilter* GetFilterOfFilterTxt( const String& rFilterNm,
- const SfxFactoryFilterContainer* pCnt = 0 );
+ const SfxFilterContainer* pCnt = 0 );
// suche ueber den internen FormatNamen den Filtereintrag
static const SfxFilter* GetFilterOfFormat( const String& rFormat,
- const SfxFactoryFilterContainer* pCnt = 0 );
+ const SfxFilterContainer* pCnt = 0 );
// Feststellen des zu verwendenden Filters fuer die uebergebene
// Datei. Der Filtername wird zurueckgeliefert. Konnte kein Filter
@@ -684,7 +685,7 @@ public:
static FASTBOOL IsFileFilter( SfxMedium& rMedium, const String& rFmtName,
const SfxFilter** ppFlt = 0 );
- static FASTBOOL IsValidStgFilter( SvStorage& , const SfxFilter& );
+ static FASTBOOL IsValidStgFilter( SotStorage& , const SfxFilter& );
static bool IsDetectableText(const sal_Char* pBuf, ULONG &rLen,
CharSet *pCharSet=0, bool *pSwap=0, LineEnd *pLineEnd=0);