diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:39:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:39:02 +0000 |
commit | 001db8b38e9accce7412d1d904cc2ed5b0b81883 (patch) | |
tree | 66b56d1bcd52801e357ee14d985173b38eae2516 /extensions/source | |
parent | 75b1443311ead37f179313372e6f498ce1c2a646 (diff) |
INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED
2008/04/18 08:57:33 oj 1.5.2.1: #i86850# use of ComponentContext
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/dbpilots/unoautopilot.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.inl b/extensions/source/dbpilots/unoautopilot.inl index bddd46bcaa62..ced5412320ab 100644 --- a/extensions/source/dbpilots/unoautopilot.inl +++ b/extensions/source/dbpilots/unoautopilot.inl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unoautopilot.inl,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * 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()); } //-------------------------------------------------------------------------- |