summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-09 14:09:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-09 14:10:54 +0000
commitbd1088567bafa6293ffecf5331a9016b6d0438e3 (patch)
tree2af1940f7175bf8d67c072f592279c6217212292 /extensions
parentbda0b068b8b6a4dadf18b46098192d52be6cb963 (diff)
Fix tools->bibliography database, brown paper bag over head commit :-)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx
index d20d34c09617..9c84cdbfb348 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -249,7 +249,7 @@ namespace
static bool lcl_isBaseAvailable()
{
Reference< XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory();
- Reference< XAggregation > xAggregate = Reference< XAggregation >( xMgr->createInstance(C2U("com.sun.star.sbd.RowSet")), UNO_QUERY);
+ Reference< XAggregation > xAggregate = Reference< XAggregation >( xMgr->createInstance(C2U("com.sun.star.sdbc.RowSet")), UNO_QUERY);
return xAggregate.is();
}
}