summaryrefslogtreecommitdiff
path: root/test/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-01 14:18:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-01 14:18:42 +0100
commit810f4a007c6d92ab679205ac22ecc8621fc01168 (patch)
treed163fc85e4a0381db14830f866ec60ca0913ae19 /test/inc
parentfc7333c77bad1ddf5baab81a0d93eca43b6804f6 (diff)
rework callcatcher makefile to build subsequentcheck tests
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/test/xmldiff.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/inc/test/xmldiff.hxx b/test/inc/test/xmldiff.hxx
index 8a3d93d83061..0d768ae08fdb 100644
--- a/test/inc/test/xmldiff.hxx
+++ b/test/inc/test/xmldiff.hxx
@@ -80,8 +80,6 @@ struct tolerance
class OOO_DLLPUBLIC_TEST XMLDiff
{
public:
- XMLDiff(const std::string& file1, const std::string& file2, const std::string& toleranceFile);
- XMLDiff(const std::string& file1, const std::string& file2);
XMLDiff(const char* pFileName, const char* pContent, int size, const char* pToleranceFileName);
~XMLDiff();