From b60bc27231466499bb6384e4602d1065588d902c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Aug 2012 22:53:47 +0200 Subject: '/*' within block comment [-Wcomment] (Clang towards 3.2) Change-Id: I9c8f631476c15a8f34106af4f9923fef84fc86dd --- connectivity/source/drivers/hsqldb/hsqlui.src | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/hsqldb/hsqlui.src b/connectivity/source/drivers/hsqldb/hsqlui.src index fa4496e0ee24..2be501384573 100644 --- a/connectivity/source/drivers/hsqldb/hsqlui.src +++ b/connectivity/source/drivers/hsqldb/hsqlui.src @@ -18,18 +18,17 @@ #include "hsqlui.hrc" -/* Note: - The resource file built here (hsqldb.res, finally) is *not* included - in the final OOo installation. Instead, it is only built to ensure that - the image below is included in the application-wide image repository - (images.zip). This way, they can be accessed at runtime, but without the - indirection via a resource file - the GraphicProvider service supports - a "private:imagerepository/*" protocol meanwhile, which allows this. - - If there were another possibility to ensure that the images are - put into the repository, instead of creating a resource file for them, - then we would use this other way ... -*/ +// Note: +// The resource file built here (hsqldb.res, finally) is *not* included +// in the final OOo installation. Instead, it is only built to ensure that +// the image below is included in the application-wide image repository +// (images.zip). This way, they can be accessed at runtime, but without the +// indirection via a resource file - the GraphicProvider service supports +// a "private:imagerepository/*" protocol meanwhile, which allows this. +// +// If there were another possibility to ensure that the images are +// put into the repository, instead of creating a resource file for them, +// then we would use this other way ... Image 1000 { -- cgit