summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-12-12 12:14:29 +0000
committerKurt Zenker <kz@openoffice.org>2007-12-12 12:14:29 +0000
commit8da0fd2329a375b2c991de65b764e682a972e83c (patch)
tree2ee488855349d562afaeae7342a5cf39387d8653 /tools
parent#i84378# (diff)
downloadcore-8da0fd2329a375b2c991de65b764e682a972e83c.tar.gz
core-8da0fd2329a375b2c991de65b764e682a972e83c.zip
INTEGRATION: CWS resmgrnocopy (1.2.82); FILE MERGED
2007/12/05 12:50:50 pl 1.2.82.1: #i83169# noncopyable ResMgr
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/resmgr.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 498af23c42f5..37d872f672d0 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resmgr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 20:16:54 $
+ * last change: $Author: kz $ $Date: 2007-12-12 13:14:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -165,6 +165,12 @@ private:
TOOLS_DLLPRIVATE static sal_uInt32 GetStringWithoutHook( UniString& rStr, const BYTE* pStr );
// like ReadString but doesn't call the string hook
TOOLS_DLLPRIVATE UniString ReadStringWithoutHook();
+
+ static ResMgr* ImplCreateResMgr( InternalResMgr* pImpl ) { return new ResMgr( pImpl ); }
+
+ //No copying
+ ResMgr(const ResMgr&);
+ ResMgr& operator=(const ResMgr&);
public:
static void DestroyAllResMgr(); // Wird gerufen, wenn App beendet wird
@@ -234,12 +240,6 @@ public:
static void SetReadStringHook( ResHookProc pProc );
static ResHookProc GetReadStringHook();
static void SetDefaultLocale( const com::sun::star::lang::Locale& rLocale );
-
-// #if 0 // _SOLAR__PRIVATE
- rtl::OUString ImplGetPrefix();
- com::sun::star::lang::Locale ImplGetLocale();
- static ResMgr* ImplCreateResMgr( InternalResMgr* pImpl ) { return new ResMgr( pImpl ); }
-// #endif
};
inline sal_uInt32 RSHEADER_TYPE::GetId()