summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/svg/svgfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index fc70d83a101c..c47ce43b8b82 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -236,7 +236,7 @@ sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescripto
if (xSelection->getSelection() >>= aSelection)
{
- bGotSelection = (sal_True == ( aSelection >>= maShapeSelection ));
+ bGotSelection = ( aSelection >>= maShapeSelection );
}
}
}