From 67aec439153b8a374d418cfe653b601f8d1b514a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 16 Oct 2013 04:12:49 +0200 Subject: cleanup Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694 --- xmloff/source/transform/EventOASISTContext.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/transform/EventOASISTContext.cxx b/xmloff/source/transform/EventOASISTContext.cxx index b43ad1c9e607..dd6bd57784f9 100644 --- a/xmloff/source/transform/EventOASISTContext.cxx +++ b/xmloff/source/transform/EventOASISTContext.cxx @@ -26,12 +26,10 @@ #include "TransformerActions.hxx" #include "TransformerBase.hxx" -#ifndef OASIS_FILTER_OOO_1X // Used to parse Scripting Framework URLs #include #include #include -#endif #include @@ -181,9 +179,6 @@ bool ParseURL( const OUString& rAttrValue, OUString* pName, OUString* pLocation ) { -#ifdef OASIS_FILTER_OOO_1X - return ParseURLAsString( rAttrValue, pName, pLocation ); -#else Reference< com::sun::star::uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext(); @@ -222,7 +217,6 @@ bool ParseURL( } } return sal_False; -#endif } void XMLEventOASISTransformerContext::StartElement( -- cgit