diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:14:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:14:41 +0000 |
commit | d8137c9741365137325b5ad6cc8cd1ca987a29c7 (patch) | |
tree | 15ddfa48cf9ecbc3e1065b7648c75ecd59676c5c /dbaccess/source/ui/app/AppController.hxx | |
parent | 280dd196fed0b9d6054b31f2c7b2368edcc89a7a (diff) |
INTEGRATION: CWS removedrafts (1.8.20); FILE MERGED
2005/02/17 12:40:50 cd 1.8.20.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 7e38ff176738..a99dd19d290f 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AppController.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2005-01-21 17:05:23 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:14:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -463,7 +463,7 @@ namespace dbaui // OGenericUnoController virtual void updateTitle( ); - virtual void onLoadedMenu( const ::com::sun::star::uno::Reference< drafts::com::sun::star::frame::XLayoutManager >& _xLayoutManager ); + 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 ); |