summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/dp_xml.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-03 16:48:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-03 16:48:50 +0000
commit0b984e08181fdd5f7ca451478d0f3712c1b5284b (patch)
treea5b055980cb8afa96653d3ce39e0448ecf446449 /desktop/source/deployment/dp_xml.cxx
parent4a1d9483f00b54b8d49dc75fb55846c466ff475a (diff)
callcatcher: drop big pile of uncalled and uncallable code
Diffstat (limited to 'desktop/source/deployment/dp_xml.cxx')
-rw-r--r--desktop/source/deployment/dp_xml.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/source/deployment/dp_xml.cxx b/desktop/source/deployment/dp_xml.cxx
index 9b2c49bace37..b46d9835548c 100644
--- a/desktop/source/deployment/dp_xml.cxx
+++ b/desktop/source/deployment/dp_xml.cxx
@@ -45,20 +45,6 @@ namespace dp_misc
//==============================================================================
void xml_parse(
- Reference<xml::input::XRoot> const & xRoot,
- ::ucbhelper::Content & ucb_content,
- Reference<XComponentContext> const & xContext )
-{
- const Any arg(xRoot);
- const Reference<xml::sax::XDocumentHandler> xDocHandler(
- xContext->getServiceManager()->createInstanceWithArgumentsAndContext(
- OUSTR("com.sun.star.xml.input.SaxDocumentHandler"),
- Sequence<Any>( &arg, 1 ), xContext ), UNO_QUERY_THROW );
- xml_parse( xDocHandler, ucb_content, xContext );
- }
-
-//==============================================================================
-void xml_parse(
Reference<xml::sax::XDocumentHandler> const & xDocHandler,
::ucbhelper::Content & ucb_content,
Reference<XComponentContext> const & xContext )