summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-16 04:12:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-16 05:41:26 +0200
commit67aec439153b8a374d418cfe653b601f8d1b514a (patch)
tree0ff52c40698f0b12f55f9de066ba6536220b8480 /xmloff
parentd6f18c09496318adf78ab32dfa1e1edf74521c5f (diff)
cleanup
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/EventOASISTContext.cxx6
1 files changed, 0 insertions, 6 deletions
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 <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
#include <comphelper/processfactory.hxx>
-#endif
#include <boost/unordered_map.hpp>
@@ -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(