summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/swcache.hxx')
-rw-r--r--sw/source/core/inc/swcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/swcache.hxx b/sw/source/core/inc/swcache.hxx
index 7d22b7cdbded..c2f1941403c3 100644
--- a/sw/source/core/inc/swcache.hxx
+++ b/sw/source/core/inc/swcache.hxx
@@ -189,7 +189,7 @@ class SwCacheAccess
{
SwCache &rCache;
- void _Get();
+ void Get_();
protected:
SwCacheObj *pObj;
@@ -263,7 +263,7 @@ inline SwCacheAccess::SwCacheAccess( SwCache &rC, const void *pOwn,
inline SwCacheObj *SwCacheAccess::Get()
{
if ( !pObj )
- _Get();
+ Get_();
return pObj;
}