diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-08 18:09:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-10 09:28:16 +0000 |
commit | d0b590fe19b45e2248adff22c6fe61a4049a7db8 (patch) | |
tree | 36ff9d9f0a7799595062d70c262395abea2400c5 /tools | |
parent | 993dae8a904b07b6db2b8854feae353f42836c5a (diff) |
callcatcher: remove unused rtf filter and associated methods
update and remove newly unused code, mostly original rtf filter
Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/resmgr.hxx | 1 | ||||
-rw-r--r-- | tools/source/rc/resmgr.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 5d46d0f26577..8a6e44cf481c 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -187,7 +187,6 @@ public: sal_uInt32 GetRemainSize(); const rtl::OUString& GetFileName() const; - rtl::OUString getPrefixName() const; sal_Int16 ReadShort(); sal_Int32 ReadLong(); diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 8ddef9c58bbe..0f3d43cc2c5f 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1606,11 +1606,6 @@ ResMgr* ResMgr::CreateResMgr( const sal_Char* pPrefixName, return pImp ? new ResMgr( pImp ) : NULL; } -rtl::OUString ResMgr::getPrefixName() const -{ - return pImpRes->aPrefix; -} - ResMgr* ResMgr::SearchCreateResMgr( const sal_Char* pPrefixName, com::sun::star::lang::Locale& rLocale ) |