diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-12 12:14:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-12 12:14:45 +0000 |
commit | 5d20a5c94c578e1bfcf01b339f8837cf1d4cf2a1 (patch) | |
tree | 1133f0cb62ffb74d0b10e08d2e6708b1a50033d9 /tools/source | |
parent | 8da0fd2329a375b2c991de65b764e682a972e83c (diff) |
INTEGRATION: CWS resmgrnocopy (1.48.34); FILE MERGED
2007/12/05 12:50:50 pl 1.48.34.1: #i83169# noncopyable ResMgr
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 4c12140adf36..f545bdfdaf93 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resmgr.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: hr $ $Date: 2007-07-31 16:00:38 $ + * last change: $Author: kz $ $Date: 2007-12-12 13:14:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1114,18 +1114,6 @@ void ResMgr::TestStack( const Resource* ) #endif // ----------------------------------------------------------------------- -OUString ResMgr::ImplGetPrefix() -{ - return pImpRes ? pImpRes->aPrefix : OUString(); -} - -com::sun::star::lang::Locale ResMgr::ImplGetLocale() -{ - return pImpRes ? pImpRes->aLocale : com::sun::star::lang::Locale(); -} - -// ----------------------------------------------------------------------- - BOOL ResMgr::IsAvailable( const ResId& rId, const Resource* pResObj ) const { osl::Guard<osl::Mutex> aGuard( getResMgrMutex() ); |