summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-04-30 15:37:59 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-04-30 15:37:59 +0200
commitbf8c8699f7ed09519db2041e1ec1554097e94ab4 (patch)
tree2247e63dad9e560b23a27b7dd14307a2c24afa69 /sd
parent5879351aeb1935e2bf86fda59703f7d49fdeb6ed (diff)
sd: fix comphelper::OInterfaceCompare build breakage
This was removed today. Change-Id: I07e7515d0d4b63721c6f80193917a9e1c5f1f09b
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-animations.cxx3
1 files changed, 1 insertions, 2 deletions
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);