summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-03 15:24:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 11:45:28 +0000
commitc4379aacbe9d5732dadf02c2d4306266e162ffc6 (patch)
tree089c27b6ba2ad77be7cafb277477035e130f7544 /include/sot/storage.hxx
parent5aff134960b046a05f6255d10fd6d8ec72a3ff41 (diff)
loplugin:unusedmethods sot
Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c Reviewed-on: https://gerrit.libreoffice.org/16733 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 0850bde76323..8d0bcc8db091 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -62,7 +62,6 @@ private:
public:
static void * CreateInstance( SotObject ** = NULL );
static SotFactory * ClassFactory();
- virtual const SotFactory * GetSvFactory() const SAL_OVERRIDE;
virtual void * Cast( const SotFactory * ) SAL_OVERRIDE;
virtual void ResetError() SAL_OVERRIDE;
@@ -116,7 +115,6 @@ private:
public:
static void * CreateInstance( SotObject ** = NULL );
static SotFactory * ClassFactory();
- virtual const SotFactory * GetSvFactory() const SAL_OVERRIDE;
virtual void * Cast( const SotFactory * ) SAL_OVERRIDE;
SvMemoryStream * CreateMemoryStream();
@@ -139,7 +137,6 @@ public:
return m_nVersion;
}
- sal_uLong GetErrorCode() const { return m_nError; }
sal_uLong GetError() const { return ERRCODE_TOERROR(m_nError); }
void SetError( sal_uLong nErrorCode )
{
@@ -147,9 +144,7 @@ public:
m_nError = nErrorCode;
}
- bool IsRoot() const { return m_bIsRoot; }
void SignAsRoot( bool b = true ) { m_bIsRoot = b; }
- void SetDeleteStream( bool bDelete ) { m_bDelStm = bDelete; }
// own data sector
void SetClass( const SvGlobalName & rClass,