summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/swcache.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-02 22:12:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-03 12:14:59 +0000
commit87b8377ab22fbcf444f7c8349e69ad1a77f03f6b (patch)
treed631bf33dbce62cb656ca0dca7ae88591629ac33 /sw/source/core/bastyp/swcache.cxx
parent4373ecda6a3f977f449be3844f7d0e9c63873cf5 (diff)
ByteString->rtl::OString
Diffstat (limited to 'sw/source/core/bastyp/swcache.cxx')
-rw-r--r--sw/source/core/bastyp/swcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx
index 88c04f4b2624..b6c88be06cff 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -94,7 +94,7 @@ void SwCache::Check()
SwCache::SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize
#if OSL_DEBUG_LEVEL > 1
- , const ByteString &rNm
+ , const rtl::OString &rNm
#endif
) :
SwCacheObjArr( (sal_uInt8)nInitSize, (sal_uInt8)nGrowSize ),