Kaydet (Commit) 40cddfce authored tarafından Carsten Niehaus's avatar Carsten Niehaus Kaydeden (comit) Stephan Bergmann

Removing one obsolte GNUC check for GCC < 4.0.1

See https://bugs.freedesktop.org/show_bug.cgi?id=45131
üst 3957a49b
...@@ -383,14 +383,8 @@ namespace ...@@ -383,14 +383,8 @@ namespace
}; };
namespace sdecl = comphelper::service_decl; namespace sdecl = comphelper::service_decl;
#if defined (__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ <= 3)
sdecl::class_<SimpleCanvasImpl, sdecl::with_args<true> > serviceImpl;
const sdecl::ServiceDecl simpleCanvasDecl(
serviceImpl,
#else
const sdecl::ServiceDecl simpleCanvasDecl( const sdecl::ServiceDecl simpleCanvasDecl(
sdecl::class_<SimpleCanvasImpl, sdecl::with_args<true> >(), sdecl::class_<SimpleCanvasImpl, sdecl::with_args<true> >(),
#endif
"com.sun.star.comp.rendering.SimpleCanvas", "com.sun.star.comp.rendering.SimpleCanvas",
SERVICE_NAME ); SERVICE_NAME );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment