diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 14:22:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 14:22:23 +0000 |
commit | 29121226c32e6274cd029c95f23fbcd816a0d497 (patch) | |
tree | c2b096c78e263b913b95e612ee772b3a94d2f1b5 /dbaccess/source/ui/app/AppController.hxx | |
parent | e3d9048c0d9d05fa6487ff9b754d0a6eede90386 (diff) |
INTEGRATION: CWS qiq (1.13.96); FILE MERGED
2006/05/12 13:46:59 fs 1.13.96.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 6af01a638..77b2da2af 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AppController.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-10-24 08:30:19 $ + * last change: $Author: obo $ $Date: 2006-07-10 15:22:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -455,8 +455,7 @@ namespace dbaui // OGenericUnoController virtual void updateTitle( ); virtual void onLoadedMenu( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager >& _xLayoutManager ); - - virtual void impl_initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ); + virtual void impl_initialize(); virtual ~OApplicationController(); public: |