diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index 9bc084b1e12f..876e6078ac14 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -28,15 +28,10 @@ #include "tabletree.hxx" #include <com/sun/star/sdbc/XConnection.hpp> - -//......................................................................... namespace dbaui { -//......................................................................... - //======================================================================== - //= OTableSubscriptionPage - //======================================================================== + // OTableSubscriptionPage class OTableSubscriptionDialog; class OTableSubscriptionPage :public OGenericAdministrationPage @@ -65,7 +60,6 @@ namespace dbaui virtual void StateChanged( StateChangedType nStateChange ); virtual void DataChanged( const DataChangedEvent& rDCEvt ); - /** will be called when the controls need to be resized. */ virtual void resizeControls(const Size& _rDiff); @@ -82,7 +76,6 @@ namespace dbaui private: - /** check the tables in <member>m_aTablesList</member> according to <arg>_rTables</arg> */ void implCheckTables(const ::com::sun::star::uno::Sequence< OUString >& _rTables); @@ -104,9 +97,7 @@ namespace dbaui void implCompleteTablesCheck( const ::com::sun::star::uno::Sequence< OUString >& _rTableFilter ); }; -//......................................................................... } // namespace dbaui -//......................................................................... #endif // _DBAUI_TABLESPAGE_HXX_ |