summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timenode.cxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-08-30 16:10:01 +0200
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-08-30 16:10:01 +0200
commitc29c922edb2ae9454e86e9f99d55ba005132194e (patch)
tree1ab08a925038bf4ea02fdbac313eda42603079c3 /oox/source/ppt/timenode.cxx
parent04c272eb8396e58376d2b61baee01c4a95f993b4 (diff)
dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-rw-r--r--oox/source/ppt/timenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 51a53d9631a2..6887bcfdf3a3 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -588,7 +588,7 @@ namespace oox { namespace ppt {
const Reference< XAnimationNode >& rxNode )
{
try {
- Reference< XAnimationNode > xNode ( rFilter.getGlobalFactory()->createInstance(rServiceName ), UNO_QUERY_THROW );
+ Reference< XAnimationNode > xNode ( rFilter.getServiceFactory()->createInstance( rServiceName ), UNO_QUERY_THROW );
Reference< XTimeContainer > xParentContainer( rxNode, UNO_QUERY_THROW );
xParentContainer->appendChild( xNode );