summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/CollectionView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/CollectionView.hxx')
-rw-r--r--dbaccess/source/ui/inc/CollectionView.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/CollectionView.hxx b/dbaccess/source/ui/inc/CollectionView.hxx
index 6ec8a4140117..3ec0b8f5fc78 100644
--- a/dbaccess/source/ui/inc/CollectionView.hxx
+++ b/dbaccess/source/ui/inc/CollectionView.hxx
@@ -27,10 +27,8 @@
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-//.........................................................................
namespace dbaui
{
-//.........................................................................
/* this class allows to browse through the collection of forms and reports
*/
class OCollectionView : public ModalDialog
@@ -69,12 +67,8 @@ namespace dbaui
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent> getSelectedFolder() const;
OUString getName() const;
};
-//.........................................................................
} // namespace dbaui
-//.........................................................................
-
#endif //DBAUI_COLLECTIONVIEW_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */