diff options
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index e9e282040599..f56f039f4781 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -62,16 +62,12 @@ namespace com { namespace sun { namespace star { } }}} -//........................................................................ namespace dbaui { -//........................................................................ class SubComponentManager; - //==================================================================== - //= OApplicationController - //==================================================================== + // OApplicationController class OApplicationController; class OApplicationView; class OLinkedDocumentsAccess; @@ -137,7 +133,6 @@ namespace dbaui OApplicationView* getContainer() const; - /** returns the database name @return the database name @@ -400,7 +395,6 @@ namespace dbaui void impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, const ::boost::optional< OUString >& i_rObjectName ); protected: - // ---------------------------------------------------------------- // initalizing members /** forces usage of a connection which we do not own <p>To be used from within XInitialization::initialize only.</p> @@ -564,9 +558,7 @@ namespace dbaui virtual void SAL_CALL disposing(); }; -//........................................................................ } // namespace dbaui -//........................................................................ #endif // DBAUI_APPCONTROLLER_HXX |