filter/source/svg/svgfilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 20b8944cd4771f75564277a5144e96b7d9c3d616 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.com> Date: Mon Mar 3 01:01:23 2014 +0100 Remove SAL_CALL from isStreamSvg & isStreamGZip Change-Id: Iec2954634cba674715029484917487ab1dac6439 diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx index e94ba85..e0e698a 100644 --- a/filter/source/svg/svgfilter.cxx +++ b/filter/source/svg/svgfilter.cxx @@ -259,7 +259,7 @@ void SAL_CALL SVGFilter::setTargetDocument( const Reference< XComponent >& xDoc mxDstDoc = xDoc; } -bool SAL_CALL SVGFilter::isStreamGZip(uno::Reference<io::XInputStream> xInput) +bool SVGFilter::isStreamGZip(uno::Reference<io::XInputStream> xInput) { uno::Reference<io::XSeekable> xSeek(xInput, uno::UNO_QUERY); if(xSeek.is()) @@ -276,7 +276,7 @@ bool SAL_CALL SVGFilter::isStreamGZip(uno::Reference<io::XInputStream> xInput) return false; } -bool SAL_CALL SVGFilter::isStreamSvg(uno::Reference<io::XInputStream> xInput) +bool SVGFilter::isStreamSvg(uno::Reference<io::XInputStream> xInput) { uno::Reference<io::XSeekable> xSeek(xInput, uno::UNO_QUERY); if(xSeek.is())
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits