summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-09 14:09:30 +0000
committerMiklos Vajna <vmiklos@suse.cz>2012-03-09 15:43:00 +0100
commit285b3a4fe0b5b21abe061dfb664800b7e537471e (patch)
tree9c754d97d143c66ac88d3e59affd2ea13e2a4cf9 /extensions
parent14dfa9de27ddab9bb0bbe64e6c0a4b5e4caab742 (diff)
Fix tools->bibliography database, brown paper bag over head commit :-)
(cherry picked from commit bd1088567bafa6293ffecf5331a9016b6d0438e3) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
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 9159124d3a6c..8b581fdf5704 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -250,7 +250,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();
}
}