[Libreoffice-commits] core.git: filter/source
Michael Stahl
mstahl at redhat.com
Sat Jun 29 13:41:53 PDT 2013
filter/source/svg/svgfilter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a7ede404ca4980f169c4ce634805ea5c1b6b56e
Author: Michael Stahl <mstahl at 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,
More information about the Libreoffice-commits
mailing list