diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:30:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:30:18 +0000 |
commit | 5af1f6b1299b43989e17dfd7a667528b0f30ef77 (patch) | |
tree | 6546840b55c27c9222cbcdf1eabee5e1ba41371c /dbaccess/source/ui/app/AppController.hxx | |
parent | ea9994e18a8059995944aadbc41cd887c684fe3f (diff) |
INTEGRATION: CWS docking4 (1.3.8); FILE MERGED
2004/11/02 15:13:22 ssa 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED
2004/09/30 11:07:30 fs 1.3.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to
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 fd46c7c1a..7df58c468 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pjunck $ $Date: 2004-10-27 12:56:06 $ + * last change: $Author: obo $ $Date: 2004-11-16 14:30:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -603,7 +603,7 @@ namespace dbaui // late construction virtual sal_Bool Construct(Window* pParent); - virtual void AddSupportedFeatures(); + virtual void describeSupportedFeatures(); protected: // XEventListener |