From 2ec606730bc95b58390a609df0a88958869a4066 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 17 Aug 2013 23:43:14 +0200 Subject: fdo#62475 removed pointless comments Conflicts: dbaccess/source/filter/xml/xmlfilter.cxx dbaccess/source/ui/dlg/ConnectionPage.cxx dbaccess/source/ui/dlg/detailpages.cxx dbaccess/source/ui/dlg/odbcconfig.cxx dbaccess/source/ui/querydesign/querycontroller.cxx Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338 Reviewed-on: https://gerrit.libreoffice.org/5484 Reviewed-by: Petr Mladek Tested-by: Petr Mladek --- dbaccess/source/ui/dlg/generalpage.hxx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'dbaccess/source/ui/dlg/generalpage.hxx') diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx index 719aa471f298..2510cb3a9cd0 100644 --- a/dbaccess/source/ui/dlg/generalpage.hxx +++ b/dbaccess/source/ui/dlg/generalpage.hxx @@ -28,13 +28,9 @@ #include #include -//......................................................................... namespace dbaui { -//......................................................................... - //========================================================================= - //= OGeneralPage - //========================================================================= + // OGeneralPage class OGeneralPage : public OGenericAdministrationPage { protected: @@ -111,9 +107,7 @@ namespace dbaui DECL_LINK(OnEmbeddedDBTypeSelected, ListBox*); }; - //========================================================================= - //= OGeneralPageDialog - //========================================================================= + // OGeneralPageDialog class OGeneralPageDialog : public OGeneralPage { public: @@ -126,9 +120,7 @@ namespace dbaui virtual void setParentTitle( const OUString& _sURLPrefix ); }; - //========================================================================= - //= OGeneralPageWizard - //========================================================================= + // OGeneralPageWizard class OGeneralPageWizard : public OGeneralPage { public: @@ -197,9 +189,7 @@ namespace dbaui DECL_LINK( OnOpenDocument, PushButton* ); }; -//......................................................................... } // namespace dbaui -//......................................................................... #endif // _DBAUI_GENERALPAGE_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit