Kaydet (Commit) c9fef8f1 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS binfilter (1.2.124); FILE MERGED

2004/04/19 09:46:26 aw 1.2.124.2: #110098#
Necessary adaptions to framework after resynching binfilter to SRC680m33
2003/07/18 12:22:53 aw 1.2.124.1: #110897#
See the task. All changes to avoid usage of getProcessServiceManager().
üst f2c1093b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: actiontriggerhelper.cxx,v $ * $RCSfile: actiontriggerhelper.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: mba $ $Date: 2002-06-27 07:28:56 $ * last change: $Author: rt $ $Date: 2004-05-03 13:21:15 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -453,9 +453,12 @@ void ActionTriggerHelper::FillActionTriggerContainerFromMenu( ...@@ -453,9 +453,12 @@ void ActionTriggerHelper::FillActionTriggerContainerFromMenu(
FillActionTriggerContainerWithMenu( pMenu, xActionTriggerContainer ); FillActionTriggerContainerWithMenu( pMenu, xActionTriggerContainer );
} }
Reference< XIndexContainer > ActionTriggerHelper::CreateActionTriggerContainerFromMenu( const Menu* pMenu ) Reference< XIndexContainer > ActionTriggerHelper::CreateActionTriggerContainerFromMenu(
// #110897#
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
const Menu* pMenu )
{ {
return new RootActionTriggerContainer( pMenu, ::comphelper::getProcessServiceFactory() ); return new RootActionTriggerContainer( pMenu, xServiceFactory );
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment