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

New commits:
commit bf8c8699f7ed09519db2041e1ec1554097e94ab4
Author:     Michael Stahl <michael.st...@cib.de>
AuthorDate: Tue Apr 30 15:37:59 2019 +0200
Commit:     Michael Stahl <michael.st...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to