summaryrefslogtreecommitdiff
path: root/dbaccess/inc/core_resource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/inc/core_resource.hxx')
-rw-r--r--dbaccess/inc/core_resource.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/dbaccess/inc/core_resource.hxx b/dbaccess/inc/core_resource.hxx
index ecbdcdde5bf4..91ddb2df347c 100644
--- a/dbaccess/inc/core_resource.hxx
+++ b/dbaccess/inc/core_resource.hxx
@@ -32,22 +32,11 @@ namespace dbaccess
// handling resources within the DBA-Core library
class OOO_DLLPUBLIC_DBA ResourceManager
{
- friend class OModuleClient;
- static sal_Int32 s_nClients; /// number of registered clients
- static std::locale* m_pImpl;
-
private:
// no instantiation allowed
ResourceManager() = delete;
~ResourceManager() { }
- protected:
- static void ensureImplExists();
- /// register a client for the module
- static void registerClient();
- /// revoke a client for the module
- static void revokeClient();
-
public:
/** loads the string with the specified resource id
*/
@@ -89,16 +78,6 @@ namespace dbaccess
const OUString& _rReplace2
);
};
-
- // OModuleClient
- /** base class for objects which uses any global module-specific resources
- */
- class OModuleClient
- {
- public:
- OModuleClient() { ResourceManager::registerClient(); }
- ~OModuleClient() { ResourceManager::revokeClient(); }
- };
}
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HXX