fix debug build for now

This commit is contained in:
Markus Mohrhard
2011-08-27 01:09:11 +02:00
parent 6984153093
commit 888a4519c3

View File

@@ -696,7 +696,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
}
#ifdef DEBUG
g_warning ("getPropertyValues on '%s' %d properties returned (of %d)",
getURI(), (int)xRow->getLength(), (int)nProps);
getURI(), 0, (int)nProps);
#endif
return uno::Reference< sdbc::XRow >( xRow.get() );