From fc6d226a0ed0e493a33d5f82edcedec0ddd37ec7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 10 Mar 2012 19:00:43 +0100 Subject: [PATCH] WaE: missing braces around initializer for 'unsigned char [8]' --- connectivity/source/drivers/ado/adoimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);