summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:39:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:39:02 +0000
commit001db8b38e9accce7412d1d904cc2ed5b0b81883 (patch)
tree66b56d1bcd52801e357ee14d985173b38eae2516 /extensions
parent75b1443311ead37f179313372e6f498ce1c2a646 (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')
-rw-r--r--extensions/source/dbpilots/unoautopilot.inl4
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());
}
//--------------------------------------------------------------------------