summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-27 01:09:11 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-27 02:00:41 +0200
commit888a4519c30bed7ca9896f367d5d48fae96bae2d (patch)
treee2aa8dfbc657609415f1d4874512268a0beb9806 /ucb
parent69841530937c5a110bd37fe7c0c600a19551ed07 (diff)
fix debug build for now
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 324638f40466..45ef143e64ca 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -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() );