Kaydet (Commit) 559127c7 authored tarafından Andras Timar's avatar Andras Timar

Windows build fix

Change-Id: I59c24c04965d7c582a1288d86cb589eb3c8290a2
üst 1aa5f6f2
...@@ -406,10 +406,10 @@ private: ...@@ -406,10 +406,10 @@ private:
for each level of nested tables there is one frame in the stack for each level of nested tables there is one frame in the stack
*/ */
std::stack<typename TableData<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t > mTableDataStack; std::stack<typename TableData<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t > mTableDataStack;
typename RowData<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t mpUnfinishedRow; RowData<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t mpUnfinishedRow;
bool mbKeepUnfinishedRow; bool mbKeepUnfinishedRow;
typedef typename TableDataHandler<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t TableDataHandlerPointer_t; typedef TableDataHandler<css::uno::Reference<css::text::XTextRange>, TablePropertyMapPtr>::Pointer_t TableDataHandlerPointer_t;
/** /**
handler for resolveCurrentTable handler for resolveCurrentTable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment