diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 10:47:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 10:47:36 +0100 |
commit | 4c3f33d8d54756d3988c4d4c848712b31027f919 (patch) | |
tree | c4b3f6e3420bc989fcd8a1bf13a9c20738349cd1 /sfx2/source/appl/app.cxx | |
parent | c8eede4ee31e5000a782769ec311dc5f68532382 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r-- | sfx2/source/appl/app.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 89f103acbfa5..67168a53e63b 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -530,15 +530,6 @@ ResMgr* SfxApplication::GetSfxResManager() return SfxResId::GetResMgr(); } -//-------------------------------------------------------------------- - -SimpleResMgr* SfxApplication::GetSimpleResManager() -{ - if ( !pAppData_Impl->pSimpleResManager ) - pAppData_Impl->pSimpleResManager = CreateSimpleResManager(); - return pAppData_Impl->pSimpleResManager; -} - //------------------------------------------------------------------------ void SfxApplication::SetProgress_Impl |