diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 11:43:10 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 11:43:10 +0000 |
commit | 5754e67d478cf56e9b6f0ec4e8d9141587986d63 (patch) | |
tree | 123b103d48f4f1469e8d22d1091380896d007381 | |
parent | 5a2f71589418c79b42518e932d6e877b8d683c90 (diff) |
INTEGRATION: CWS rptchart02 (1.7.2); FILE MERGED
2008/04/18 08:57:34 oj 1.7.2.1: #i86850# use of ComponentContext
-rw-r--r-- | extensions/source/propctrlr/pcrunodialogs.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/pcrunodialogs.cxx b/extensions/source/propctrlr/pcrunodialogs.cxx index 4196c3cd5..95e865ee9 100644 --- a/extensions/source/propctrlr/pcrunodialogs.cxx +++ b/extensions/source/propctrlr/pcrunodialogs.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pcrunodialogs.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -140,7 +140,7 @@ namespace pcr //-------------------------------------------------------------------------- Dialog* OTabOrderDialog::createDialog( Window* _pParent ) { - return new TabOrderDialog( _pParent, m_xTabbingModel, m_xControlContext, m_xORB ); + return new TabOrderDialog( _pParent, m_xTabbingModel, m_xControlContext, m_aContext.getLegacyServiceFactory() ); } //........................................................................ |