summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-31 11:30:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-31 17:22:44 +0100
commit09f52ba7c1e40d487b6785f1212a96619c0d3ab9 (patch)
tree8059b5c0926d1ccb9e7ed904b71ac7ad996e850f /sw/source
parentc073bc096267fe5c39139d53696a946937a586df (diff)
fix build on higher debugging levels
Change-Id: I332f6fc653d1b9ba2d1652d0d02f1567eeab8cb0
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/docnode/swbaslnk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx
index a37fac73bff7..e26cd3f781a0 100644
--- a/sw/source/core/docnode/swbaslnk.cxx
+++ b/sw/source/core/docnode/swbaslnk.cxx
@@ -390,7 +390,7 @@ sal_Bool SwBaseLink::SwapIn( sal_Bool bWaitForData, sal_Bool bNativFormat )
#if OSL_DEBUG_LEVEL > 1
{
- String sGrfNm;
+ OUString sGrfNm;
if(GetLinkManager())
GetLinkManager()->GetDisplayNames( this, 0, &sGrfNm, 0, 0 );
int x = 0;