diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:39:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:39:38 +0000 |
commit | 96606e84f5564e51e930e967c299485da51ad03f (patch) | |
tree | 7346ca4f131760fcdac14d663ce51a0eda5456bc /extensions/source/preload | |
parent | 001db8b38e9accce7412d1d904cc2ed5b0b81883 (diff) |
INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED
2008/04/18 08:57:34 oj 1.3.2.1: #i86850# use of ComponentContext
Diffstat (limited to 'extensions/source/preload')
-rw-r--r-- | extensions/source/preload/unoautopilot.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/preload/unoautopilot.inl b/extensions/source/preload/unoautopilot.inl index d2ff02afab40..79f0e7067032 100644 --- a/extensions/source/preload/unoautopilot.inl +++ b/extensions/source/preload/unoautopilot.inl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unoautopilot.inl,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -116,7 +116,7 @@ template <class TYPE, class SERVICEINFO> template <class TYPE, class SERVICEINFO> Dialog* OUnoAutoPilot<TYPE, SERVICEINFO>::createDialog(Window* _pParent) { - return new TYPE(_pParent, m_xObjectModel, m_xORB); + return new TYPE(_pParent, m_xObjectModel, m_aContext.getLegacyServiceFactory()); } //-------------------------------------------------------------------------- |