[Libreoffice-commits] core.git: writerfilter/source
Michael Stahl
mstahl at redhat.com
Tue Feb 25 07:52:03 PST 2014
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f7e1e0243318743f18b6cc6a87b7307e357f953f
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Feb 25 16:47:49 2014 +0100
writerfilter: attempt to appease Mac tinderboxes
Change-Id: I014f71642f275716c8ebe7a471bf211c342145fb
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 863d8ba..1672c204 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2044,7 +2044,7 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword)
}
m_aTableBufferStack.pop_back();
m_aTableBufferStack.back().push_back(
- Buf_t(BUFFER_NESTROW, 0, pBuffer));
+ Buf_t(BUFFER_NESTROW, RTFValue::Pointer_t(), pBuffer));
m_aNestedTableCellsSprms.clear();
m_aNestedTableCellsAttributes.clear();
More information about the Libreoffice-commits
mailing list