diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 22:53:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:13 +0200 |
commit | b60bc27231466499bb6384e4602d1065588d902c (patch) | |
tree | e611db772fd082c4f2fd827b7f9be8fbd3885897 | |
parent | 6f5a7802e92fccb1b80f8798c2a56056ad4a3ff3 (diff) |
'/*' within block comment [-Wcomment] (Clang towards 3.2)
Change-Id: I9c8f631476c15a8f34106af4f9923fef84fc86dd
-rw-r--r-- | connectivity/source/drivers/hsqldb/hsqlui.src | 23 |
1 files changed, 11 insertions, 12 deletions
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 { |