summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-04 09:10:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-04 11:28:37 +0000
commit30bb1d471d0eac75f3431bbcf41015598c133211 (patch)
treefb8e6e4344d21b1e0b227e5ca573844b8d6ea546 /sw/inc/shellio.hxx
parent2942ab76f6f2afb1c5f867fe2867999c2be6cb99 (diff)
Move OpenMainStream into ww8 as its the only consumer and simplify
OpenMainStream is only used by ww8 now, and the stream to open is always WordDocument, so we don't need this whole complexity of looking up the stream name in the filter config, etc. when its all pointless
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 1a016e05d4ae..399905623a5c 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -302,10 +302,6 @@ public:
class SW_DLLPUBLIC StgReader : public Reader
{
String aFltName;
-
-protected:
- ULONG OpenMainStream( SotStorageStreamRef& rRef, USHORT& rBuffSize );
-
public:
virtual int GetReaderType();
const String& GetFltName() { return aFltName; }