diff options
-rw-r--r-- | filter/source/svg/svgfilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx index 54a257dcaa74..6b030a2c8df6 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, |