sc/source/filter/excel/xepivotxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 74b47af9885ba4c59195fedc1e0510b8b056a025
Author: Tamás Zolnai <[email protected]>
Date:   Sat Oct 7 17:50:53 2017 +0200

    This method was replaced accidentally
    
    Change-Id: I37d6d0fc36420de6dbdd69f264b85f3ba591e312
    Reviewed-on: https://gerrit.libreoffice.org/43232
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Tamás Zolnai <[email protected]>

diff --git a/sc/source/filter/excel/xepivotxml.cxx 
b/sc/source/filter/excel/xepivotxml.cxx
index b89ea058c2e4..99510d85835a 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -783,7 +783,7 @@ void XclExpXmlPivotTables::SavePivotTableXml( 
XclExpXmlStream& rStrm, const ScDP
                     size_t nCachePos = it - iCacheFieldItems_begin;
                     auto aInserted = aUsedCachePositions.insert(nCachePos);
                     if (aInserted.second)
-                        aMemberSequence.push_back(std::make_pair(nCachePos, 
!rMember.mbVisible));
+                        aMemberSequence.emplace_back(std::make_pair(nCachePos, 
!rMember.mbVisible));
                     break;
                 }
             }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to