filter/source/svg/svgfilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a7ede404ca4980f169c4ce634805ea5c1b6b56e Author: Michael Stahl <mst...@redhat.com> Date: Sat Jun 29 22:37:39 2013 +0200 SVGWriter: fix build with C++98 compilers Change-Id: Idae0823767291081ed51a478583273daaa0cd1c3 diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx index 54a257d..6b030a2 100644 --- a/filter/source/svg/svgfilter.cxx +++ b/filter/source/svg/svgfilter.cxx @@ -319,7 +319,7 @@ namespace sdecl = comphelper::service_decl; "com.sun.star.document.ExportFilter;" "com.sun.star.document.ExtendedTypeDetection" ); - sdecl::class_<SVGWriter, sdecl::with_args<true>> serviceWriterImpl; + sdecl::class_<SVGWriter, sdecl::with_args<true> > serviceWriterImpl; const sdecl::ServiceDecl svgWriter( serviceWriterImpl, SVG_WRITER_IMPL_NAME, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits