summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-31 23:49:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-02 11:07:15 +0100
commitf0ad83cb8b66707de5772e53f72eddfae8c1e6b7 (patch)
tree5abc15353e52491760ae757bca408fde9174819d /sfx2/source/bastyp
parentf822cc5e8fa0d6c2256a4eefd1350de02d310447 (diff)
callcatcher: remove unused code
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/sfxresid.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/bastyp/sfxresid.cxx b/sfx2/source/bastyp/sfxresid.cxx
index e98014cdba16..ba8a9f1b95cd 100644
--- a/sfx2/source/bastyp/sfxresid.cxx
+++ b/sfx2/source/bastyp/sfxresid.cxx
@@ -44,14 +44,6 @@ SfxResId::SfxResId( sal_uInt16 nId ) :
{
}
-//============================================================================
-// SfxSimpleResId Implementation.
-//============================================================================
-
-SfxSimpleResId::SfxSimpleResId(sal_uInt16 nID):
- m_sText( SFX_APP()->GetSimpleResManager()->ReadString(nID) )
-{}
-
ResMgr* SfxResId::GetResMgr()
{
if ( !pMgr )