summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-10 19:00:43 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:56 +0100
commitfc6d226a0ed0e493a33d5f82edcedec0ddd37ec7 (patch)
tree7463872421cef0a77abb614c14d7502bb6b7a84a /connectivity
parent48548f0b353d498ed93ee64c57ebef001ed09aaf (diff)
WaE: missing braces around initializer for 'unsigned char [8]'
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/adoimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/adoimp.cxx b/connectivity/source/drivers/ado/adoimp.cxx
index 14f5f52bbbf6..3c05419a85ea 100644
--- a/connectivity/source/drivers/ado/adoimp.cxx
+++ b/connectivity/source/drivers/ado/adoimp.cxx
@@ -41,7 +41,7 @@ using namespace com::sun::star::sdbc;
using namespace com::sun::star::sdbcx;
-#define MYADOID(l) {l, 0,0x10,0x80,0,0,0xAA,0,0x6D,0x2E,0xA4};
+#define MYADOID(l) {l, 0,0x10,{0x80,0,0,0xAA,0,0x6D,0x2E,0xA4}};
const CLSID ADOS::CLSID_ADOCONNECTION_21 = MYADOID(0x00000514);
const IID ADOS::IID_ADOCONNECTION_21 = MYADOID(0x00000550);