diff options
Diffstat (limited to 'extensions/source/dbpilots/commonpagesdbp.hxx')
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx index ad201deb7a48..ff61894cba3a 100644 --- a/extensions/source/dbpilots/commonpagesdbp.hxx +++ b/extensions/source/dbpilots/commonpagesdbp.hxx @@ -25,14 +25,14 @@ #include <vcl/lstbox.hxx> #include <com/sun/star/sdb/XDatabaseContext.hpp> -//......................................................................... + namespace dbp { -//......................................................................... - //===================================================================== + + //= OTableSelectionPage - //===================================================================== + class OTableSelectionPage : public OControlWizardPage { protected: @@ -71,9 +71,9 @@ namespace dbp virtual bool canAdvance() const; }; - //===================================================================== + //= OMaybeListSelectionPage - //===================================================================== + class OMaybeListSelectionPage : public OControlWizardPage { protected: @@ -102,9 +102,9 @@ namespace dbp void implCommit(OUString& _rSelection); }; - //===================================================================== + //= ODBFieldPage - //===================================================================== + class ODBFieldPage : public OMaybeListSelectionPage { protected: @@ -129,9 +129,9 @@ namespace dbp virtual OUString& getDBFieldSetting() = 0; }; -//......................................................................... + } // namespace dbp -//......................................................................... + #endif // _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_ |