summaryrefslogtreecommitdiffstats
path: root/filter/source/svg/svgfilter.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:54 +0900
commit00f1180c9628b267bef5884b2e0b9635d7117a1b (patch)
treec610f2bf93d43bf4180d98749ccf00a471290137 /filter/source/svg/svgfilter.cxx
parentthe page seems moved (diff)
downloadcore-00f1180c9628b267bef5884b2e0b9635d7117a1b.tar.gz
core-00f1180c9628b267bef5884b2e0b9635d7117a1b.zip
removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
Diffstat (limited to 'filter/source/svg/svgfilter.cxx')
-rw-r--r--filter/source/svg/svgfilter.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index 28b7400f960b..89ca2c356c44 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -267,7 +267,6 @@ void SAL_CALL SVGFilter::setTargetDocument( const Reference< XComponent >& xDoc
rtl::OUString SAL_CALL SVGFilter::detect( Sequence< PropertyValue >& io_rDescriptor ) throw (RuntimeException)
{
uno::Reference< io::XInputStream > xInput;
- rtl::OUString aURL;
const beans::PropertyValue* pAttribs = io_rDescriptor.getConstArray();
const sal_Int32 nAttribs = io_rDescriptor.getLength();