summaryrefslogtreecommitdiff
path: root/include/tools/resid.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-01 13:55:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-02 06:37:53 +0000
commitd3d4b8691968810bb57bbd94dde39bb7be4be4da (patch)
tree0a2720842b799b0803d879a4ae3d021ff7777f4a /include/tools/resid.hxx
parenta28231b72b5a87dddffad82a34deac4e5bb76ed1 (diff)
loplugin:unusedmethods tools
Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597 Reviewed-on: https://gerrit.libreoffice.org/16656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools/resid.hxx')
-rw-r--r--include/tools/resid.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index 6d9bb9204e6b..eea1e64aabd2 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -66,7 +66,6 @@ public:
ImplInit( nId, rMgr, NULL );
}
- sal_uInt32 GetWinBits() const { return m_nWinBits; }
void SetWinBits( sal_uInt32 nBits ) const { m_nWinBits = nBits; }
RESOURCE_TYPE GetRT() const { return m_nRT; }
@@ -99,18 +98,6 @@ public:
return (RSC_NOTYPE == m_nRT2) ? m_nRT : m_nRT2;
}
- /** Set the superceding type. Ask spcifically for it with GetRT2()
-
- SetRT2() may only be called if no derived class calls SetRT in its
- Resource constructor.
- */
- const ResId & SetRT2( RESOURCE_TYPE nTyp ) const
- {
- if( RSC_NOTYPE == m_nRT2 )
- m_nRT2 = nTyp;
- return *this;
- }
-
ResMgr * GetResMgr() const { return m_pResMgr; }
const ResId & SetResMgr( ResMgr * pMgr ) const
{