summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 0e1eb957723f..6db4171cf202 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -280,8 +280,6 @@ class SW_DLLPUBLIC StgReader : public Reader
{
OUString aFltName;
-protected:
- sal_uLong OpenMainStream( tools::SvRef<SotStorageStream>& rRef, sal_uInt16& rBuffSize );
public:
virtual int GetReaderType() SAL_OVERRIDE;
OUString GetFltName() { return aFltName; }
@@ -312,7 +310,6 @@ public:
void SetBaseURL( const OUString& rURL );
bool IsOld() const;
- sal_uLong ConvertToNew(); // Convert text modules.
sal_uInt16 GetCount() const; // Get count text modules.
sal_uInt16 GetIndex( const OUString& ) const; // Get index of short names.
@@ -423,8 +420,6 @@ public:
void SetShowProgress( bool bFlag = false ) { bShowProgress = bFlag; }
- const OUString* GetOrigFileName() const { return pOrigFileName; }
-
const SwAsciiOptions& GetAsciiOptions() const { return aAscOpts; }
void SetAsciiOptions( const SwAsciiOptions& rOpt ) { aAscOpts = rOpt; }
@@ -450,9 +445,6 @@ public:
static SvStream& OutLong( SvStream& rStrm, long nVal );
static SvStream& OutULong( SvStream& rStrm, sal_uLong nVal );
- inline SvStream& OutLong( long nVal ) { return OutLong( Strm(), nVal ); }
- inline SvStream& OutULong( sal_uLong nVal ) { return OutULong( Strm(), nVal ); }
-
void SetStream(SvStream *const pStream);
SvStream& Strm();