diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-03-02 13:30:28 +0100 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-02 15:40:08 +0200 |
commit | bcd21acf727da88388c2dcbc795c24525f178dde (patch) | |
tree | f6c3368210a8163772e44f62a5980ec7a1586fab /tools/source | |
parent | 48666b7d6006618d46e2a7686391440830f47ef1 (diff) |
fdo#46501: Cleanup SimpleResMgr
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 8af6da3bd16b..8c6358ea6e5c 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1926,13 +1926,6 @@ SimpleResMgr::SimpleResMgr( const sal_Char* pPrefixName, } // ----------------------------------------------------------------------- -SimpleResMgr::SimpleResMgr( const ::rtl::OUString& _rPrefixName, ::com::sun::star::lang::Locale& _inout_Locale ) -{ - osl::Guard<osl::Mutex> aGuard( getResMgrMutex() ); - m_pResImpl = ResMgrContainer::get().getResMgr( _rPrefixName, _inout_Locale, true ); -} - -// ----------------------------------------------------------------------- SimpleResMgr::~SimpleResMgr() { delete m_pResImpl; |