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

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 30 13:40:02 UTC 2019


 sd/source/filter/eppt/pptx-animations.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit bf8c8699f7ed09519db2041e1ec1554097e94ab4
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Tue Apr 30 15:37:59 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Apr 30 15:37:59 2019 +0200

    sd: fix comphelper::OInterfaceCompare build breakage
    
    This was removed today.
    
    Change-Id: I07e7515d0d4b63721c6f80193917a9e1c5f1f09b

diff --git a/sd/source/filter/eppt/pptx-animations.cxx b/sd/source/filter/eppt/pptx-animations.cxx
index da5223c50ec7..c1c86f46ae3a 100644
--- a/sd/source/filter/eppt/pptx-animations.cxx
+++ b/sd/source/filter/eppt/pptx-animations.cxx
@@ -635,8 +635,7 @@ class PPTXAnimationExport
     const FSHelperPtr& mpFS;
     const NodeContext* mpContext;
 
-    std::map<Reference<XAnimationNode>, sal_Int32, ::comphelper::OInterfaceCompare<XAnimationNode>>
-        maAnimationNodeIdMap;
+    std::map<Reference<XAnimationNode>, sal_Int32> maAnimationNodeIdMap;
     sal_Int32 GetNextAnimationNodeId(const Reference<XAnimationNode>& rNode);
     sal_Int32 GetAnimationNodeId(const Reference<XAnimationNode>& rNode);
 


More information about the Libreoffice-commits mailing list