[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Thu May 22 04:29:08 PDT 2014
sw/source/filter/ww8/WW8TableInfo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b630d26a2a53767d4d39e14d421448ed87811773
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu May 22 12:28:24 2014 +0100
fix DBG_UTIL build
Change-Id: I0bafcda49f3e9de6da30fd0446212bd7a18159d8
diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx
index af3d71c..c1b6592 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];
More information about the Libreoffice-commits
mailing list