From 6e33eee41ddfa8c3bace8886ca6b7ab1529f9964 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 22 Jul 2011 22:39:26 +0200 Subject: callcatcher: remove unused methods --- xmloff/inc/DomBuilderContext.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx index 4ae1dc374a1e..16407417f6a1 100644 --- a/xmloff/inc/DomBuilderContext.hxx +++ b/xmloff/inc/DomBuilderContext.hxx @@ -86,9 +86,6 @@ public: /** access the DOM tree */ com::sun::star::uno::Reference getTree(); - /** access this context's DOM sub-tree */ - com::sun::star::uno::Reference getNode(); - // // implement SvXMLImportContext methods: -- cgit