diff options
-rw-r--r-- | sw/source/filter/ww8/WW8TableInfo.cxx | 2 |
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]; |