diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 22:39:26 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-25 15:12:21 +0200 |
commit | 6e33eee41ddfa8c3bace8886ca6b7ab1529f9964 (patch) | |
tree | f24901f3a99014dddd2c980e7aec804cfd522412 /xmloff/inc/DomBuilderContext.hxx | |
parent | b42bed0fa29712dfe669e400edcb6f01379b1f35 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'xmloff/inc/DomBuilderContext.hxx')
-rw-r--r-- | xmloff/inc/DomBuilderContext.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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<com::sun::star::xml::dom::XDocument> getTree(); - /** access this context's DOM sub-tree */ - com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode(); - // // implement SvXMLImportContext methods: |