summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-25 16:47:49 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-25 21:09:20 +0100
commitfee514a03f623cf6383ffc04c87775e6269d1d9e (patch)
tree11c09523e86080974d36611abde44e5cafcadf15
parent0a5812b50ee89823c779f7a674bd4996eda4cdda (diff)
writerfilter: attempt to appease Mac tinderboxes
Change-Id: I014f71642f275716c8ebe7a471bf211c342145fb (cherry picked from commit f7e1e0243318743f18b6cc6a87b7307e357f953f) (cherry picked from commit eda7155b2b945f844204b6a15355ab0e04fee2cc)
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 32df23e8dddb..d13c23cbf0a0 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2020,7 +2020,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();