summaryrefslogtreecommitdiff
path: root/test/source/util/xreplaceable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/util/xreplaceable.cxx')
-rw-r--r--test/source/util/xreplaceable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/util/xreplaceable.cxx b/test/source/util/xreplaceable.cxx
index 598a7ddf46ec..0ecf4237d985 100644
--- a/test/source/util/xreplaceable.cxx
+++ b/test/source/util/xreplaceable.cxx
@@ -54,7 +54,7 @@ void XReplaceable::testReplaceAll()
callgrindStart();
xReplaceable->replaceAll(uno::Reference< util::XSearchDescriptor >(xReplaceDescr, UNO_QUERY_THROW));
- callgrindDump("replaceAll");
+ callgrindDump("test:replace_all");
//check that now at least one element is found
xElement = xReplaceable->findFirst(xSearchDescr);