[Libreoffice-commits] core.git: writerfilter/source

Andras Timar andras.timar at collabora.com
Mon Dec 1 06:23:44 PST 2014


 writerfilter/source/dmapper/TableManager.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 559127c7c61a886ef4a5712eda4819af3b780da5
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Dec 1 15:23:03 2014 +0100

    Windows build fix
    
    Change-Id: I59c24c04965d7c582a1288d86cb589eb3c8290a2

diff --git a/writerfilter/source/dmapper/TableManager.hxx b/writerfilter/source/dmapper/TableManager.hxx
index 33d804d..2559d54 100644
--- a/writerfilter/source/dmapper/TableManager.hxx
+++ b/writerfilter/source/dmapper/TableManager.hxx
@@ -406,10 +406,10 @@ private:
        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;
-    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;
 
-    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


More information about the Libreoffice-commits mailing list