summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-22 12:28:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-22 12:28:42 +0100
commitb630d26a2a53767d4d39e14d421448ed87811773 (patch)
treef8d5da1b8feeca5cd64a74211ab2a0d22c703d9c
parent3e69b7bcd3e4a9cb1a29360c905e7fba96365999 (diff)
fix DBG_UTIL build
Change-Id: I0bafcda49f3e9de6da30fd0446212bd7a18159d8
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx
index af3d71ca0f9a..c1b6592a64e3 100644
--- a/sw/source/filter/ww8/WW8TableInfo.cxx
+++ b/sw/source/filter/ww8/WW8TableInfo.cxx
@@ -1345,7 +1345,7 @@ WW8TableNodeInfo * WW8TableCellGrid::connectCells()
#ifdef DBG_UTIL
::std::string WW8TableCellGrid::toString()
{
- string sResult = "<WW8TableCellGrid>";
+ ::std::string sResult = "<WW8TableCellGrid>";
RowTops_t::const_iterator aTopsIt = getRowTopsBegin();
static char sBuffer[1024];