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 a2b5bfae3622..6899521853f7 100644
--- a/sw/source/core/inc/swcache.hxx
+++ b/sw/source/core/inc/swcache.hxx
@@ -72,7 +72,7 @@ class SwCache
void DeleteObj( SwCacheObj *pObj );
#ifdef DBG_UTIL
- rtl::OString m_aName;
+ OString m_aName;
long m_nAppend; /// number of entries appended
long m_nInsertFree; /// number of entries inserted on freed position
long m_nReplace; /// number of LRU replacements
@@ -94,7 +94,7 @@ public:
//nur sal_uInt8 hineinstecken!!!
#ifdef DBG_UTIL
- SwCache( const sal_uInt16 nInitSize, const rtl::OString &rNm );
+ SwCache( const sal_uInt16 nInitSize, const OString &rNm );
#else
SwCache( const sal_uInt16 nInitSize );
#endif