From 09f52ba7c1e40d487b6785f1212a96619c0d3ab9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 31 Aug 2013 11:30:05 +0100 Subject: fix build on higher debugging levels Change-Id: I332f6fc653d1b9ba2d1652d0d02f1567eeab8cb0 --- sw/source/core/docnode/swbaslnk.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') 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; -- cgit